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
133319ab
Commit
133319ab
authored
Jul 15, 1996
by
Karl Heuer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(getwd): Correct return type.
parent
4eb8218d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lib-src/ntlib.c
lib-src/ntlib.c
+1
-1
No files found.
lib-src/ntlib.c
View file @
133319ab
...
...
@@ -41,7 +41,7 @@ sleep(int seconds)
}
/* Get the current working directory. */
int
char
*
getwd
(
char
*
dir
)
{
if
(
GetCurrentDirectory
(
MAXPATHLEN
,
dir
)
>
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