Changeset 4500c970e66d7a20dc7b995e426cc4bb27fd0fc4
- Timestamp:
- 04/08/11 01:20:12
(2 years ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1302225612 -0400
- git-parent:
[158a0c108d72bd10e7012510ed7c2f69b838026c]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1302225612 -0400
- Message:
fix range error
noit_conf.c:544: warning: assuming signed overflow does not occur when
assuming that (X - c) >= X is always true
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r3220ba8 |
r4500c97 |
|
| 525 | 525 | const char *path, char **value) { |
|---|
| 526 | 526 | const char *str; |
|---|
| 527 | | int i, rv = 1; |
|---|
| | 527 | int rv = 1; |
|---|
| | 528 | unsigned int i; |
|---|
| 528 | 529 | xmlXPathObjectPtr pobj = NULL; |
|---|
| 529 | 530 | xmlXPathContextPtr current_ctxt; |
|---|