Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
4bcffd8e
Commit
4bcffd8e
authored
Dec 04, 1991
by
Jim Blandy
Browse files
entered into RCS
parent
05a9b0ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lib-src/yow.c
lib-src/yow.c
+3
-3
No files found.
lib-src/yow.c
View file @
4bcffd8e
...
...
@@ -9,7 +9,7 @@
#include <stdio.h>
#include <ctype.h>
#include "../src/paths.h"
/* For PATH_
EXEC
. */
#include "../src/paths.h"
/* For PATH_
DATA
. */
#define BUFSIZE 80
#define SEP '\0'
...
...
@@ -30,9 +30,9 @@ main (argc, argv)
strcpy
(
file
,
argv
[
2
]);
else
#ifdef vms
sprintf
(
file
,
"%s%s"
,
PATH_
EXEC
,
YOW_FILE
);
sprintf
(
file
,
"%s%s"
,
PATH_
DATA
,
YOW_FILE
);
#else
sprintf
(
file
,
"%s/%s"
,
PATH_
EXEC
,
YOW_FILE
);
sprintf
(
file
,
"%s/%s"
,
PATH_
DATA
,
YOW_FILE
);
#endif
if
((
fp
=
fopen
(
file
,
"r"
))
==
NULL
)
{
...
...
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