about summary refs log tree commit diff stats
path: root/src/LYUpload.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/LYUpload.c')
-rw-r--r--src/LYUpload.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/LYUpload.c b/src/LYUpload.c
index 7556ed06..8f405b07 100644
--- a/src/LYUpload.c
+++ b/src/LYUpload.c
@@ -1,4 +1,6 @@
 /*
+ * $LynxId: LYUpload.c,v 1.35 2010/09/25 11:34:51 tom Exp $
+ *
  *  Routines to upload files to the local filesystem.
  *  Created by: Rick Mallett, Carleton University
  *  Report problems to rmallett@ccs.carleton.ca
@@ -86,7 +88,7 @@ int LYUpload(char *line)
 	_statusline(FILENAME_PROMPT);
       retry:
 	*tmpbuf = '\0';
-	if (LYgetstr(tmpbuf, VISIBLE, sizeof(tmpbuf), NORECALL) < 0)
+	if (LYGetStr(tmpbuf, VISIBLE, sizeof(tmpbuf), NORECALL) < 0)
 	    goto cancelled;
 
 	if (*tmpbuf == '\0')