mirror of
https://git.freebsd.org/ports.git
synced 2025-06-14 09:10:32 -04:00
support. It is developed with Free Pascal and Lazarus. The project has not released any distfiles yet, so this release is based on r2259 checked out from http://svn.shamangrad.net/zcad/trunk/, cleaned up (most importantly, converted to Unix line endings), and tar+xz'ed. https://sourceforge.net/projects/zcad/
11 lines
479 B
ObjectPascal
11 lines
479 B
ObjectPascal
--- cad_source/zcad/gui/uzcmainwindow.pas.orig 2017-05-01 09:49:49 UTC
|
|
+++ cad_source/zcad/gui/uzcmainwindow.pas
|
|
@@ -693,7 +693,7 @@ begin
|
|
|
|
mem.init({$IFDEF DEBUGBUILD}'{71D987B4-8C57-4C62-8C12-CFC24A0A9C9A}',{$ENDIF}1024);
|
|
SavedUnit^.SavePasToMem(mem);
|
|
- mem.SaveToFile(expandpath(ProgramPath+'rtl'+PathDelim+'savedvar.pas'));
|
|
+ mem.SaveToFile(expandpath(UserPath+'rtl'+PathDelim+'savedvar.pas'));
|
|
mem.done;
|
|
end;
|
|
|