[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [30427] branches/soc-2010-merwin/intern/ ghost/intern/Utils.c: fixed misspelled variable in Wacom utility

Mike Erwin significant.bit at gmail.com
Sat Jul 17 07:49:42 CEST 2010


Revision: 30427
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=30427
Author:   merwin
Date:     2010-07-17 07:49:41 +0200 (Sat, 17 Jul 2010)

Log Message:
-----------
fixed misspelled variable in Wacom utility

Modified Paths:
--------------
    branches/soc-2010-merwin/intern/ghost/intern/Utils.c

Modified: branches/soc-2010-merwin/intern/ghost/intern/Utils.c
===================================================================
--- branches/soc-2010-merwin/intern/ghost/intern/Utils.c	2010-07-17 02:29:29 UTC (rev 30426)
+++ branches/soc-2010-merwin/intern/ghost/intern/Utils.c	2010-07-17 05:49:41 UTC (rev 30427)
@@ -48,7 +48,7 @@
 
 // TODO - add more wintab32 function pointers as needed
 
-char* pszProgramName = NULL;
+char* gpszProgramName = NULL;
 
 #define GETPROCADDRESS(type, func) \
 	gp##func = (type)GetProcAddress(ghWintab, #func); \





More information about the Bf-blender-cvs mailing list