[ 845018 ] save crash

Here's a patch to fix the save crash bug. It appears the wrong variable was being passed when the type was autodetect.
There are still a few problems with saving/opening files, but at least it doesn't crash. - autodetect fails if no extension is added to filename (.svg) - on quit, still says I have unsaved changes, even though I saved - can't open compressed svg unless it has .svgz extension.
cvs won't let me commit and gives me this error: cvs server: sticky tag `1.4' for file `system.c' is not a branch cvs [server aborted]: correct above errors first!
Index: src/modules/system.c =================================================================== RCS file: /cvsroot/inkscape/inkscape/src/modules/system.c,v retrieving revision 1.2 diff -r1.2 system.c 172c172 < sp_module_db_foreach(save_internal, (gpointer)&omod); ---
sp_module_db_foreach(save_internal, (gpointer)&parray);
Rob. http://members.rogers.com/rcrosbie
_________________________________________________________________ Help STOP SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=dept/bcomm&pgmarket=en-ca&RU=http%3a%2f%2f...

On Wed, 2003-11-19 at 18:55, Robert Crosbie wrote:
Index: src/modules/system.c
RCS file: /cvsroot/inkscape/inkscape/src/modules/system.c,v retrieving revision 1.2 diff -r1.2 system.c 172c172
< sp_module_db_foreach(save_internal, (gpointer)&omod);
sp_module_db_foreach(save_internal, (gpointer)&parray);
Patch applied. Thank you.
--Ted
participants (2)
-
Robert Crosbie
-
Ted Gould