diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2010-11-01 22:19:09 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2010-11-01 22:19:09 -0400 |
commit | 8729c355edc0e0a9763f7f9c091351a12a642f54 (patch) | |
tree | e1d2d942fdbb5367ac75f52e6cea68126befed09 /WWW/Library/Implementation/HTVMS_WaisUI.c | |
parent | f5cb2799ce40393d729dac32a29ab3eb86c71be9 (diff) | |
download | lynx-snapshots-8729c355edc0e0a9763f7f9c091351a12a642f54.tar.gz |
snapshot of project "lynx", label v2-8-8dev_6a
Diffstat (limited to 'WWW/Library/Implementation/HTVMS_WaisUI.c')
-rw-r--r-- | WWW/Library/Implementation/HTVMS_WaisUI.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/WWW/Library/Implementation/HTVMS_WaisUI.c b/WWW/Library/Implementation/HTVMS_WaisUI.c index 45a38a60..d8f73019 100644 --- a/WWW/Library/Implementation/HTVMS_WaisUI.c +++ b/WWW/Library/Implementation/HTVMS_WaisUI.c @@ -1,5 +1,5 @@ /* - * $LynxId: HTVMS_WaisUI.c,v 1.16 2010/09/25 00:32:18 tom Exp $ + * $LynxId: HTVMS_WaisUI.c,v 1.17 2010/10/29 21:10:14 tom Exp $ * HTVMS_WAISUI.c * * Adaptation for Lynx by F.Macrides (macrides@sci.wfeb.edu) @@ -695,7 +695,7 @@ SearchAPDU *makeSearchAPDU(long small, query->DatabaseNames = (char **) s_realloc((char *) query->DatabaseNames, (size_t) (sizeof(char *) * - (i + 2))); + (i + 2))); query->DatabaseNames[i] = s_strdup(ptr); query->DatabaseNames[i + 1] = NULL; @@ -713,7 +713,7 @@ SearchAPDU *makeSearchAPDU(long small, query->ElementSetNames = (char **) s_realloc((char *) query->ElementSetNames, (size_t) (sizeof(char *) * - (i + 2))); + (i + 2))); query->ElementSetNames[i] = s_strdup(ptr); query->ElementSetNames[i + 1] = NULL; |