Ghislain Fourny has proposed merging lp:~zorba-coders/zorba/bug-1040558 into 
lp:zorba.

Requested reviews:
  Juan Zacarias (juan457)
  Matthias Brantner (matthias-brantner)
Related bugs:
  Bug #1040558 in Zorba: "Zorba no longer builds on Windows"
  https://bugs.launchpad.net/zorba/+bug/1040558

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-1040558/+merge/120956

Fixes a Windows compiler error (bug 1040558).
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1040558/+merge/120956
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'src/compiler/translator/translator.cpp'
--- src/compiler/translator/translator.cpp	2012-08-22 06:44:28 +0000
+++ src/compiler/translator/translator.cpp	2012-08-23 10:09:28 +0000
@@ -3871,7 +3871,7 @@
   thePrologGraph.addVarVertex(ve);
   theCurrentPrologVFDecl = PrologGraphVertex(ve);
 
-  push_nodestack(ve);
+  push_nodestack(ve.getp());
 
   return no_state;
 }

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to     : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp

Reply via email to