[ros-dev] [ros-diffs] [janderwald] 29678: Author: Evan Teran <evan.teran at gmail.com> - Fix typo in GlobalAlloc parameters.

James Tabor jimtabor at adsl-64-217-116-74.dsl.hstntx.swbell.net
Fri Oct 19 21:07:58 CEST 2007


Hi!

This
+        hargv=GlobalAlloc(0, size);
should be
+        hargv=GlobalAlloc(GMEM_FIXED, size);

No need to rush it! Fix it, in the next update.

Thanks,
James


Ref:
http://msdn2.microsoft.com/en-us/library/aa366574.aspx


More information about the Ros-dev mailing list