- Notifications
You must be signed in to change notification settings - Fork5
Commit9da9c09
committed
Fixes:
Here's a small patch that my run-time checker whines aboutincessantly. The justification for the patch is along thelines of passing a NULL is allowed if you have anarguement that is a *POINTER* to something, but ifthe arguement is an array reference, it's not reallya "pointer", so it can't be NULL.If you question this, I refer you to<URL:http://www.va.pubnix.com/staff/djm/lore/arrays-are-not-pointers>Anyways, here's the patch:-KurtSubmitted by: "Kurt J. Lidl" <lidl@va.pubnix.com>1 parent59f2971 commit9da9c09
2 files changed
+4
-4
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
114 | 114 |
| |
115 | 115 |
| |
116 | 116 |
| |
117 |
| - | |
| 117 | + | |
118 | 118 |
| |
119 | 119 |
| |
120 | 120 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
| 9 | + | |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| |||
120 | 120 |
| |
121 | 121 |
| |
122 | 122 |
| |
123 |
| - | |
| 123 | + | |
124 | 124 |
| |
125 | 125 |
| |
126 | 126 |
| |
|
0 commit comments
Comments
(0)