From: John P. <jpe...@ro...> - 2005-01-04 16:56:04
|
Watch the wordwrap! ================================================================== --- template.c (revision 24) +++ template.c (local) @@ -230,7 +230,7 @@ /* take off newline */ i = strlen(TmpBuf2); --i; TmpBuf2[i] = 0; - printh (" <td><input type=\"text\" size=40 name=\"alias\" maxlength=128 value=\"%h\"></td>\n", + printh (" <td><input type=\"text\" size=40 name=\"alias\" maxlength=128 value=\"%H\"></td>\n", &TmpBuf2[9]); printf (" <td> </td>\n"); printf (" </tr>\n"); Lowercase %h needs to be uppercase %H... John -- John Peacock Director of Information Research and Technology Rowman & Littlefield Publishing Group 4501 Forbes Boulevard Suite H Lanham, MD 20706 301-459-3366 x.5010 fax 301-429-5748 |