[prev in list] [next in list] [prev in thread] [next in thread] 

List:       nsis-commits
Subject:    [NSIS-commits] SF.net SVN: nsis: [5465]
From:       kichik () users ! sourceforge ! net
Date:       2007-12-29 21:10:10
Message-ID: E1J8iwc-000057-MF () sc8-pr-svn2 ! sourceforge ! net
[Download RAW message or body]

Revision: 5465
          http://nsis.svn.sourceforge.net/nsis/?rev=5465&view=rev
Author:   kichik
Date:     2007-12-29 13:10:10 -0800 (Sat, 29 Dec 2007)

Log Message:
-----------
stack stuff is evil

Modified Paths:
--------------
    NSIS/branches/nobjs/Source/nobj/function.cpp

Modified: NSIS/branches/nobjs/Source/nobj/function.cpp
===================================================================
--- NSIS/branches/nobjs/Source/nobj/function.cpp	2007-12-29 20:57:05 UTC (rev 5464)
+++ NSIS/branches/nobjs/Source/nobj/function.cpp	2007-12-29 21:10:10 UTC (rev 5465)
@@ -45,5 +45,6 @@
 
 void nobj_function::add_entry(const nobj_entry& entry)
 {
-  nobj::add_dependency(&entry);
+  nobj_entry* entryp = new nobj_entry(entry.which(), entry.dependencies());
+  nobj::add_dependency(entryp);
 }


This was sent by the SourceForge.net collaborative development platform, the world's \
largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
NSIS-commits mailing list
NSIS-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nsis-commits


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic