diff options
author | Yang Tse <yangsita@gmail.com> | 2008-08-26 13:35:06 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-08-26 13:35:06 +0000 |
commit | 9258928c2dc5e18882f09b92e235f947e9a7eef6 (patch) | |
tree | e67ae25cc11203be820834bf2d61c9297613d1c9 /lib/README.curl_off_t | |
parent | 132cd3aa2c91e32b08e31d6be38534933245bd68 (diff) |
minor language adjustment
Diffstat (limited to 'lib/README.curl_off_t')
-rw-r--r-- | lib/README.curl_off_t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/README.curl_off_t b/lib/README.curl_off_t index 8e440a26c..52eb12bfd 100644 --- a/lib/README.curl_off_t +++ b/lib/README.curl_off_t @@ -9,7 +9,7 @@ LARGE. The type is 64bit large on most modern platforms. Transition from < 7.19.0 to >= 7.19.0 ------------------------------------- -Applications that used libcurl before 7.19.0 that is rebuilt with a libcurl +Applications that used libcurl before 7.19.0 that are rebuilt with a libcurl that is 7.19.0 or later may or may not have to worry about anything of this. We have made a significant effort to make the transition really seamless and transparant. @@ -24,7 +24,7 @@ o Your app is using or will after the transition use a libcurl that doesn't support LFS at all, but your system and compiler support 64bit data types. In both these cases, the curl_off_t type will now (after the transition) be -64bit where it previously were 32bit. This will cause a binary incompatibility +64bit where it previously was 32bit. This will cause a binary incompatibility that you MAY need to deal with. Benefits |