K 10 svn:author V 8 mmcknett K 8 svn:date V 27 2007-02-01T11:19:39.083041Z K 7 svn:log V 352 getcode.c has been modified to print an error message to stderr when no code is specified. To check that it functions type the following command: ./cm_encode -f testinput.txt | ./cm_decode -c 1 This will report a warning when running cm_encode, which clearly goes to stderr since it would otherwise be piped to cm_decode, which would end in a mess. END