]> git.saurik.com Git - wxWidgets.git/commitdiff
changed ppc to ptpc as ppc is a preprocessor constant for PowerPC on Mac
authorStefan Csomor <csomor@advancedconcepts.ch>
Thu, 13 May 2004 17:22:30 +0000 (17:22 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Thu, 13 May 2004 17:22:30 +0000 (17:22 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27258 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/wxchar.cpp

index d1e12530da37716dba7fbe923e5446d752d77355..ce74d2bd617dd0dd6c33287e64dbceaf0a31b160 100644 (file)
@@ -774,10 +774,10 @@ private:
                ch == _T('0') || ch == _T(' ') || ch == _T('#');
     }
 
-    void SkipDigits(const wxChar **ppc)
+    void SkipDigits(const wxChar **ptpc)
     {
-        while ( **ppc >= _T('0') && **ppc <= _T('9') )
-            CopyFmtChar(*(*ppc)++);
+        while ( **ptpc >= _T('0') && **ptpc <= _T('9') )
+            CopyFmtChar(*(*ptpc)++);
     }
 
     // the translated format