- Notifications
You must be signed in to change notification settings - Fork5
Commit5548122
committed
Add comment explaining possible compiler warning:
/* * Some compilers with throw a warning knowing this test can never be * true because off_t can't exceed the compared maximum. */ if (th->fileLen > MAX_TAR_MEMBER_FILELEN) die_horribly(AH, modulename, "archive member too large for tar format\n");1 parenteeed227 commit5548122
1 file changed
+5
-1
lines changedLines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
| 19 | + | |
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
| |||
1019 | 1019 |
| |
1020 | 1020 |
| |
1021 | 1021 |
| |
| 1022 | + | |
| 1023 | + | |
| 1024 | + | |
| 1025 | + | |
1022 | 1026 |
| |
1023 | 1027 |
| |
1024 | 1028 |
| |
|
0 commit comments
Comments
(0)