Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
566c662e
Commit
566c662e
authored
Feb 27, 1994
by
David J. MacKenzie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* make-path.c (main): Return 1 on error, not -1. Update GPL.
parent
00345809
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lib-src/make-path.c
lib-src/make-path.c
+2
-2
No files found.
lib-src/make-path.c
View file @
566c662e
...
...
@@ -5,7 +5,7 @@ This file is part of GNU Emacs.
GNU Emacs is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version
1
, or (at your option)
the Free Software Foundation; either version
2
, or (at your option)
any later version.
GNU Emacs is distributed in the hope that it will be useful,
...
...
@@ -48,7 +48,7 @@ int touchy_mkdir (path)
{
fprintf
(
stderr
,
"%s: "
,
prog_name
);
perror
(
path
);
return
-
1
;
return
1
;
}
return
0
;
...
...
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