- Notifications
You must be signed in to change notification settings - Fork28
Commit6855820
committed
c.h:
#define StrNCpy(dst,src,len) \(strncpy((dst),(src),(len)),(len > 0) ? *((dst)+(len)-1)='\0' : \NULL,(void)(dst)) ^^^^^^ - to avoid "value computed is not used" from gccin ma-a-any places (should to fix thouse places instead, but ...time)config.h.in:/* * TBL_FREE_CMD_MEMORY: free memory allocated for an user query inside * transaction block after this query is done. */#define TBL_FREE_CMD_MEMORY- this is default now.1 parent9b3d932 commit6855820
2 files changed
+8
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
691 | 691 |
| |
692 | 692 |
| |
693 | 693 |
| |
694 |
| - | |
| 694 | + | |
695 | 695 |
| |
696 | 696 |
| |
697 | 697 |
| |
|
Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
315 | 315 |
| |
316 | 316 |
| |
317 | 317 |
| |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
318 | 324 |
|
0 commit comments
Comments
(0)