From: <eli...@us...> - 2003-10-20 17:35:51
|
Update of /cvsroot/morphix/partitionmorpher In directory sc8-pr-cvs1:/tmp/cvs-serv20260 Modified Files: ChangeLog Log Message: Add notes about Parted stdout workaround and updates to TODO Index: ChangeLog =================================================================== RCS file: /cvsroot/morphix/partitionmorpher/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** ChangeLog 19 Oct 2003 00:18:57 -0000 1.4 --- ChangeLog 20 Oct 2003 17:23:34 -0000 1.5 *************** *** 1,2 **** --- 1,11 ---- + 2003-10-20 Elijah Newren <ne...@ma...> + * src/main.c: Workaround a Parted bug. Parted can't call the + timer_handler with the appropriate amount of time left if stdout + is redirected at the command line. So, we redirect stdout to + stderr in main.c to work around this. + + * TODO: Removed items that have been now taken care of and added + some notes about the testing I did. + 2003-10-12 Alex de Landgraaf <ale...@xs...> * src/*: Heaps of updates. No, I'm not going to list them all |