lets try this again

git-svn-id: svn://10.0.0.236/trunk@7249 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rickg%netscape.com
1998-08-04 19:38:46 +00:00
parent 93138f6445
commit 53a4ef4f1e
2 changed files with 2 additions and 2 deletions

View File

@@ -262,7 +262,7 @@ for ($j = 0; $j < $i; $j++) {
if ($width + $len > 78) {
print CPP_FILE "\n ";
$width = 2;
}
}
print CPP_FILE $str;
$width = $width + $len;
}