From: Rolf K. <lab...@us...> - 2008-05-02 12:12:36
|
Update of /cvsroot/opengtoolkit/lvzip In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10385 Modified Files: Change-Log.txt Log Message: Modified Store File function to create a temporary copy to add to the archive if the original is in a LabVIEW library. Index: Change-Log.txt =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/Change-Log.txt,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** Change-Log.txt 31 Mar 2008 20:12:08 -0000 1.9 --- Change-Log.txt 2 May 2008 12:12:40 -0000 1.10 *************** *** 59,60 **** --- 59,63 ---- changed zipOpen2() to properly open an empty archive that contains no files at all + 2008-04-28 rk + changed ZLIB Store File.vi to also work for LabVIEW files that are located in LLBs + by creating a temporary copy to add to the archive. |