[rkward-cvs] SF.net SVN: rkward:[2685] trunk/rkward/rkward/scriptbackends/ qtscriptbackend.cpp

tfry at users.sourceforge.net tfry at users.sourceforge.net
Mon Oct 5 17:51:35 UTC 2009


Revision: 2685
          http://rkward.svn.sourceforge.net/rkward/?rev=2685&view=rev
Author:   tfry
Date:     2009-10-05 17:51:34 +0000 (Mon, 05 Oct 2009)

Log Message:
-----------
minor correction

Modified Paths:
--------------
    trunk/rkward/rkward/scriptbackends/qtscriptbackend.cpp

Modified: trunk/rkward/rkward/scriptbackends/qtscriptbackend.cpp
===================================================================
--- trunk/rkward/rkward/scriptbackends/qtscriptbackend.cpp	2009-10-05 14:06:39 UTC (rev 2684)
+++ trunk/rkward/rkward/scriptbackends/qtscriptbackend.cpp	2009-10-05 17:51:34 UTC (rev 2685)
@@ -187,7 +187,7 @@
 	}
 
 	// return "0" as numeric constant. Many plugins rely on this form PHP times.
-	if (ret == "") return (QVariant (0.0));
+	if (ret == "0") return (QVariant (0.0));
 	else return (QVariant (ret));
 }
 


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




More information about the rkward-tracker mailing list