Update of /cvsroot/pure-data/externals/zexy/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10393
Modified Files: msgfile.c Log Message: fixed "help"-message on w32 (split into smaller junks to prevent crashes)
Index: msgfile.c =================================================================== RCS file: /cvsroot/pure-data/externals/zexy/src/msgfile.c,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** msgfile.c 23 Jan 2006 18:12:04 -0000 1.7 --- msgfile.c 24 Jan 2006 22:02:22 -0000 1.8 *************** *** 688,696 **** if (f) fclose(f);
- #if 0 - if (binbuf_write(bbuf, buf, "", cr)) - error("%s: write failed", filename->s_name); - #endif - binbuf_free(bbuf); } --- 688,691 ---- *************** *** 707,712 **** "\nthis\t\t: output this line" "\nnext\t\t: output next line" ! "\nflush\t\t: output all lines" ! "\nset <list>\t: clear the buffer and add <list>" "\nadd <list>\t: add <list> at the end of the file" "\nadd2 <list>\t: append <list> to the last line of the file" --- 702,707 ---- "\nthis\t\t: output this line" "\nnext\t\t: output next line" ! "\nflush\t\t: output all lines"); ! post("set <list>\t: clear the buffer and add <list>" "\nadd <list>\t: add <list> at the end of the file" "\nadd2 <list>\t: append <list> to the last line of the file" *************** *** 717,722 **** "\nreplace <list>\t: replace current line by <list>" "\ndelete [<pos> [<pos2>]]\t: delete lines or regions" ! "\nclear\t\t: delete the whole buffer" ! "\nwhere\t\t: output current position" "\nfind <list>\t: search for <list>" "\nread <file> [<format>]\t: read <file> as <format>" --- 712,717 ---- "\nreplace <list>\t: replace current line by <list>" "\ndelete [<pos> [<pos2>]]\t: delete lines or regions" ! "\nclear\t\t: delete the whole buffer"); ! post("where\t\t: output current position" "\nfind <list>\t: search for <list>" "\nread <file> [<format>]\t: read <file> as <format>"