diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1999-04-27 13:10:32 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1999-04-27 13:10:32 -0400 |
commit | a4a7d3a32615c1ea52c41ff149e291417fa1bdc8 (patch) | |
tree | 6cfdf5b2f8be8a0afd688b6b0c5e0c98bf19d542 /src/LYrcFile.c | |
parent | a08d955fa4048b5b5522919a7b36b800b0dda4aa (diff) | |
download | lynx-snapshots-a4a7d3a32615c1ea52c41ff149e291417fa1bdc8.tar.gz |
snapshot of project "lynx", label v2-8-2dev_25
Diffstat (limited to 'src/LYrcFile.c')
-rw-r--r-- | src/LYrcFile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LYrcFile.c b/src/LYrcFile.c index 531a03c2..5f5227de 100644 --- a/src/LYrcFile.c +++ b/src/LYrcFile.c @@ -56,7 +56,7 @@ PUBLIC void read_rc NOPARAMS /* * Process the entries. */ - while ((line_buffer = LYSafeGets(line_buffer, fp)) != NULL) { + while (LYSafeGets(&line_buffer, fp) != NULL) { /* * Remove any trailing white space. */ |