Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
GIMP
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2,641
Issues
2,641
List
Boards
Labels
Service Desk
Milestones
Merge Requests
36
Merge Requests
36
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
External Wiki
External Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
GIMP
Commits
3b3e490f
Commit
3b3e490f
authored
Oct 04, 1999
by
Asbjørn Pettersen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
OS2 loading bug fixed
parent
c4702f3d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
ChangeLog
ChangeLog
+5
-0
plug-ins/common/compressor.c
plug-ins/common/compressor.c
+1
-1
plug-ins/common/gz.c
plug-ins/common/gz.c
+1
-1
No files found.
ChangeLog
View file @
3b3e490f
Mon
Oct
4
09
:
00
:
51
1999
ape
@
gandalf
.
spacetec
.
no
(
Asbjorn
Pettersen
)
*
plug
-
ins
/
common
/
gz
.
c
(
load_image
):
BUG
loading
gz
files
for
the
OS
/
2
version
fixed
.
Sun
Oct
3
23
:
47
:
15
PDT
1999
Manish
Singh
<
yosh
@
gimp
.
org
>
*
app
/
Makefile
.
am
:
add
scan_convert
.[
ch
]
...
...
plug-ins/common/compressor.c
View file @
3b3e490f
...
...
@@ -491,7 +491,7 @@ load_image (char *filename, gint32 run_mode)
}
else
/* parent process */
#else
/* __EMX__ */
if
(
spawn_gzip
(
filename
,
tmp
name
,
"-cfd"
,
&
pid
)
==
-
1
)
if
(
spawn_gzip
(
tmpname
,
file
name
,
"-cfd"
,
&
pid
)
==
-
1
)
return
-
1
;
#endif
{
...
...
plug-ins/common/gz.c
View file @
3b3e490f
...
...
@@ -491,7 +491,7 @@ load_image (char *filename, gint32 run_mode)
}
else
/* parent process */
#else
/* __EMX__ */
if
(
spawn_gzip
(
filename
,
tmp
name
,
"-cfd"
,
&
pid
)
==
-
1
)
if
(
spawn_gzip
(
tmpname
,
file
name
,
"-cfd"
,
&
pid
)
==
-
1
)
return
-
1
;
#endif
{
...
...
Write
Preview
Markdown
is supported
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