You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2012/08/01 10:41:28 UTC

ios commit: Availability constant should be decimal, not octal

Updated Branches:
  refs/heads/master 2e06754d6 -> 3c940378f


Availability constant should be decimal, not octal


Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/commit/3c940378
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/tree/3c940378
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/diff/3c940378

Branch: refs/heads/master
Commit: 3c940378f6cad00cc7dc3f4c7eebf6cd0216700b
Parents: 2e06754
Author: Shazron Abdullah <sh...@apache.org>
Authored: Wed Aug 1 01:41:08 2012 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Wed Aug 1 01:41:08 2012 -0700

----------------------------------------------------------------------
 CordovaLib/Classes/CDVAvailability.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/blob/3c940378/CordovaLib/Classes/CDVAvailability.h
----------------------------------------------------------------------
diff --git a/CordovaLib/Classes/CDVAvailability.h b/CordovaLib/Classes/CDVAvailability.h
index 84fd0b6..b6eec83 100644
--- a/CordovaLib/Classes/CDVAvailability.h
+++ b/CordovaLib/Classes/CDVAvailability.h
@@ -17,7 +17,7 @@
  under the License.
  */
 
-#define __CORDOVA_0_9_6  00906
+#define __CORDOVA_0_9_6    906
 #define __CORDOVA_1_0_0  10000
 #define __CORDOVA_1_1_0  10100
 #define __CORDOVA_1_2_0  10200