Changeset 2792 for vidalia/trunk/src

Show
Ignore:
Timestamp:
06/21/08 22:47:33 (7 months ago)
Author:
edmanm
Message:

Remember r2791? Yeah, same thing, only with po2ts.cpp.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • vidalia/trunk/src/tools/po2ts/po2ts.cpp

    r2768 r2792  
    257257 
    258258  if (!quiet) { 
    259     QTextStream(stdout) << QString("Converted %1 strings from %2 to %3.\n") 
    260                                                             .arg(n_strings) 
    261                                                             .arg(infile) 
    262                                                             .arg(outfile); 
     259    QTextStream results(stdout); 
     260    results << QString("Converted %1 strings from %2 to %3.\n").arg(n_strings) 
     261                                                               .arg(infile) 
     262                                                               .arg(outfile); 
    263263  } 
    264264  return 0;