[svn-r1286]

added a line i thought was there but I must have removed it by accident
This commit is contained in:
Patrick Lu 1999-05-28 13:58:54 -05:00
parent 01191731a6
commit 3779274df6

View File

@ -1589,6 +1589,7 @@ static void display_string
memmove(tempstr.s, tempstr.s + 1, tempstr.len -1);
tempstr.s[tempstr.len - 2] = '\0';
tempstr.len = tempstr.len - 2;
free_space = NCOLS - indent - COL - strlen(out_buf);
@ -1622,7 +1623,7 @@ static void display_string
first_row = 0;
} else {
indentation(indent+COL);
printf("%s\"", out_buf);
printf("%s\"", out_buf);
strncpy(out_buf, tempstr.s, x);
out_buf[x] = '\0';
printf("%s\" //\n", out_buf);