help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

vrml-1.0.10.tar.gz and octave-3.2.2


From: Dmitri A. Sergatskov
Subject: vrml-1.0.10.tar.gz and octave-3.2.2
Date: Sat, 22 Aug 2009 12:50:48 -0500

To build vrm-1.0.10 I had to make the following change in
vrml-1.0.10/vrml_DirectionalLight.m:

diff -u vrml_DirectionalLight.m.orig vrml_DirectionalLight.m
--- vrml_DirectionalLight.m.orig        2009-08-22 12:45:08.000000000 -0500
+++ vrml_DirectionalLight.m     2009-08-22 12:39:18.000000000 -0500
@@ -42,8 +42,8 @@
     end

     body = [body,\
-           sprintf ("   %-20s   %s\n",key,
-                    sprintf (getfield (tpl,key), val))];
+           sprintf("   %-20s   %s\n",key,
+                    sprintf(getfield (tpl,key), val))];
   end
 end
 s = sprintf ("DirectionalLight { \n%s}\n", body);


I.e. remove blanks between "sprinf" and its open paranthesis.

I guess this is due to some change in octave parser.

Perhaps there should be a more elegant fix.

Sincerely,

Dmitri.
--


reply via email to

[Prev in Thread] Current Thread [Next in Thread]