diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2012-04-05 18:40:28 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2012-04-05 18:40:28 +0000 |
commit | 6c3f05cf670bf8f06d0863b8fb69af70fe1ff021 (patch) | |
tree | 8b1f51f6f8496054b974be6020b7e9a64a16e5f0 | |
parent | f1cbd0b60ba31c4b4ea0c2802e91818393e8187f (diff) | |
download | netpbm-mirror-6c3f05cf670bf8f06d0863b8fb69af70fe1ff021.tar.gz netpbm-mirror-6c3f05cf670bf8f06d0863b8fb69af70fe1ff021.tar.xz netpbm-mirror-6c3f05cf670bf8f06d0863b8fb69af70fe1ff021.zip |
fix comment
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1675 9d0c8265-081b-0410-96cb-a4ca84ce46f8
-rwxr-xr-x | editor/pnmquant | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/pnmquant b/editor/pnmquant index 0b89dd57..ae461a3d 100755 --- a/editor/pnmquant +++ b/editor/pnmquant @@ -250,7 +250,7 @@ openSeekableAsStdin($cmdlineR->{infile}); # Save Standard Output for our eventual output open(OLDOUT, ">&STDOUT"); -select(OLDOUT); # avoids Perl bug where it says we never use STDOUT +select(OLDOUT); # avoids Perl bug where it says we never use OLDOUT my $mapfileSpec = makeColormap($cmdlineR->{ncolors}, |