Menu

#716 Fix runtime error in tango_tools.ipf

closed-fixed
nobody
Miscellaneous
5
2017-02-08
2015-04-16
No

The file tango_tools.ipf has an error.

It is fixed by the following patch:

$ diff tango_tools.ipf*
--- tango_tools.ipf     Thu Apr 16 16:07:26 2015
+++ tango_tools.ipf.new Thu Apr 16 16:33:30 2015
@@ -786,7 +786,7 @@
                if (strlen(wname) == 0)
                        break
                endif
-               if (type >= 0 && WaveType(wname) == type)
+               if (type >= 0 && WaveType($wname) == type)
                        list += GetDataFolder(1) + wname + ";"
                endif
                i += 1

Discussion

  • Bourtembourg Reynald

    • status: open --> closed-fixed
     

Log in to post a comment.

MongoDB Logo MongoDB