git-svn-id: https://profuse.googlecode.com/svn/branches/v2@314 aa027e90-d47c-11dd-86d7-074df07e0730

This commit is contained in:
ksherlock 2010-05-31 16:03:35 +00:00
parent 79d8352018
commit fedcc06840

View File

@ -893,6 +893,7 @@ int action_put(int argc, char **argv, Pascal::VolumeEntry *volume)
char c = address[i];
if (c == 0x0d || c == 0x0a)
{
//std::fprintf(stdout, "%.*s\n", i - start, address + start);
text.writeLine(address + start, i - start);
start = i + 1;