Skip to content

Commit 8f3cba0

Browse files
committed
comparison between signed and unsigned
1 parent 9608c0c commit 8f3cba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/express/error.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ void ( *ERRORusage_function )( void );
100100
* dump the buffer */
101101

102102
static struct heap_element {
103-
unsigned int line;
103+
int line;
104104
char * msg;
105105
} heap[ERROR_MAX_ERRORS + 1]; /**< NOTE! element 0 is purposely ignored, and
106106
* an additional element is at the end. This

0 commit comments

Comments
 (0)