Fossil SCM
Safer version of previous compiler warning fix..
Commit
936ebe677bd055a13c1f0419b069c37487968e09
Parent
44011cd21d90e7f…
1 file changed
+1
-1
+1
-1
| --- src/import.c | ||
| +++ src/import.c | ||
| @@ -915,11 +915,11 @@ | ||
| 915 | 915 | #define SVN_UNKNOWN 0 |
| 916 | 916 | #define SVN_TRUNK 1 |
| 917 | 917 | #define SVN_BRANCH 2 |
| 918 | 918 | #define SVN_TAG 3 |
| 919 | 919 | |
| 920 | -#define MAX_INT_32 (~(1 << 31)) | |
| 920 | +#define MAX_INT_32 (0x7FFFFFFFL) | |
| 921 | 921 | |
| 922 | 922 | static void svn_finish_revision(){ |
| 923 | 923 | Blob manifest; |
| 924 | 924 | static Stmt getChanges; |
| 925 | 925 | static Stmt getFiles; |
| 926 | 926 |
| --- src/import.c | |
| +++ src/import.c | |
| @@ -915,11 +915,11 @@ | |
| 915 | #define SVN_UNKNOWN 0 |
| 916 | #define SVN_TRUNK 1 |
| 917 | #define SVN_BRANCH 2 |
| 918 | #define SVN_TAG 3 |
| 919 | |
| 920 | #define MAX_INT_32 (~(1 << 31)) |
| 921 | |
| 922 | static void svn_finish_revision(){ |
| 923 | Blob manifest; |
| 924 | static Stmt getChanges; |
| 925 | static Stmt getFiles; |
| 926 |
| --- src/import.c | |
| +++ src/import.c | |
| @@ -915,11 +915,11 @@ | |
| 915 | #define SVN_UNKNOWN 0 |
| 916 | #define SVN_TRUNK 1 |
| 917 | #define SVN_BRANCH 2 |
| 918 | #define SVN_TAG 3 |
| 919 | |
| 920 | #define MAX_INT_32 (0x7FFFFFFFL) |
| 921 | |
| 922 | static void svn_finish_revision(){ |
| 923 | Blob manifest; |
| 924 | static Stmt getChanges; |
| 925 | static Stmt getFiles; |
| 926 |