Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
GIMP
Commits
898fcac8
Commit
898fcac8
authored
Jul 01, 1998
by
Manish Singh
Browse files
fix for non-interactive mode
-Yosh
parent
60b0fb4e
Changes
8
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
898fcac8
Wed Jul 1 14:13:45 PDT 1998 Manish Singh <yosh@gimp.org>
* plug-ins/jpeg/jpeg.c: fix for non-interactive mode
Wed Jul 1 10:14:41 PDT 1998 Manish Singh <yosh@gimp.org>
* ltconfig: fix for properly detecting shared lib support on
...
...
plug-ins/common/jpeg.c
View file @
898fcac8
...
...
@@ -201,7 +201,7 @@ run (char *name,
case
RUN_NONINTERACTIVE
:
/* Make sure all the arguments are there! */
if
(
nparams
!=
7
)
if
(
nparams
!=
8
)
status
=
STATUS_CALLING_ERROR
;
if
(
status
==
STATUS_SUCCESS
)
{
...
...
@@ -215,6 +215,7 @@ run (char *name,
if
(
status
==
STATUS_SUCCESS
&&
(
jsvals
.
smoothing
<
0
.
0
||
jsvals
.
smoothing
>
1
.
0
))
status
=
STATUS_CALLING_ERROR
;
break
;
case
RUN_WITH_LAST_VALS
:
/* Possibly retrieve data */
...
...
plug-ins/jpeg/jpeg-load.c
View file @
898fcac8
...
...
@@ -201,7 +201,7 @@ run (char *name,
case
RUN_NONINTERACTIVE
:
/* Make sure all the arguments are there! */
if
(
nparams
!=
7
)
if
(
nparams
!=
8
)
status
=
STATUS_CALLING_ERROR
;
if
(
status
==
STATUS_SUCCESS
)
{
...
...
@@ -215,6 +215,7 @@ run (char *name,
if
(
status
==
STATUS_SUCCESS
&&
(
jsvals
.
smoothing
<
0
.
0
||
jsvals
.
smoothing
>
1
.
0
))
status
=
STATUS_CALLING_ERROR
;
break
;
case
RUN_WITH_LAST_VALS
:
/* Possibly retrieve data */
...
...
plug-ins/jpeg/jpeg-load.h
View file @
898fcac8
...
...
@@ -201,7 +201,7 @@ run (char *name,
case
RUN_NONINTERACTIVE
:
/* Make sure all the arguments are there! */
if
(
nparams
!=
7
)
if
(
nparams
!=
8
)
status
=
STATUS_CALLING_ERROR
;
if
(
status
==
STATUS_SUCCESS
)
{
...
...
@@ -215,6 +215,7 @@ run (char *name,
if
(
status
==
STATUS_SUCCESS
&&
(
jsvals
.
smoothing
<
0
.
0
||
jsvals
.
smoothing
>
1
.
0
))
status
=
STATUS_CALLING_ERROR
;
break
;
case
RUN_WITH_LAST_VALS
:
/* Possibly retrieve data */
...
...
plug-ins/jpeg/jpeg-save.c
View file @
898fcac8
...
...
@@ -201,7 +201,7 @@ run (char *name,
case
RUN_NONINTERACTIVE
:
/* Make sure all the arguments are there! */
if
(
nparams
!=
7
)
if
(
nparams
!=
8
)
status
=
STATUS_CALLING_ERROR
;
if
(
status
==
STATUS_SUCCESS
)
{
...
...
@@ -215,6 +215,7 @@ run (char *name,
if
(
status
==
STATUS_SUCCESS
&&
(
jsvals
.
smoothing
<
0
.
0
||
jsvals
.
smoothing
>
1
.
0
))
status
=
STATUS_CALLING_ERROR
;
break
;
case
RUN_WITH_LAST_VALS
:
/* Possibly retrieve data */
...
...
plug-ins/jpeg/jpeg-save.h
View file @
898fcac8
...
...
@@ -201,7 +201,7 @@ run (char *name,
case
RUN_NONINTERACTIVE
:
/* Make sure all the arguments are there! */
if
(
nparams
!=
7
)
if
(
nparams
!=
8
)
status
=
STATUS_CALLING_ERROR
;
if
(
status
==
STATUS_SUCCESS
)
{
...
...
@@ -215,6 +215,7 @@ run (char *name,
if
(
status
==
STATUS_SUCCESS
&&
(
jsvals
.
smoothing
<
0
.
0
||
jsvals
.
smoothing
>
1
.
0
))
status
=
STATUS_CALLING_ERROR
;
break
;
case
RUN_WITH_LAST_VALS
:
/* Possibly retrieve data */
...
...
plug-ins/jpeg/jpeg.c
View file @
898fcac8
...
...
@@ -201,7 +201,7 @@ run (char *name,
case
RUN_NONINTERACTIVE
:
/* Make sure all the arguments are there! */
if
(
nparams
!=
7
)
if
(
nparams
!=
8
)
status
=
STATUS_CALLING_ERROR
;
if
(
status
==
STATUS_SUCCESS
)
{
...
...
@@ -215,6 +215,7 @@ run (char *name,
if
(
status
==
STATUS_SUCCESS
&&
(
jsvals
.
smoothing
<
0
.
0
||
jsvals
.
smoothing
>
1
.
0
))
status
=
STATUS_CALLING_ERROR
;
break
;
case
RUN_WITH_LAST_VALS
:
/* Possibly retrieve data */
...
...
plug-ins/jpeg/jpeg.h
View file @
898fcac8
...
...
@@ -201,7 +201,7 @@ run (char *name,
case
RUN_NONINTERACTIVE
:
/* Make sure all the arguments are there! */
if
(
nparams
!=
7
)
if
(
nparams
!=
8
)
status
=
STATUS_CALLING_ERROR
;
if
(
status
==
STATUS_SUCCESS
)
{
...
...
@@ -215,6 +215,7 @@ run (char *name,
if
(
status
==
STATUS_SUCCESS
&&
(
jsvals
.
smoothing
<
0
.
0
||
jsvals
.
smoothing
>
1
.
0
))
status
=
STATUS_CALLING_ERROR
;
break
;
case
RUN_WITH_LAST_VALS
:
/* Possibly retrieve data */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment