We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d264fb4 commit 962c258Copy full SHA for 962c258
src/include/utils/ps_status.h
@@ -24,10 +24,10 @@ extern char Ps_status_buffer[];
24
} while (0)
25
26
#define PS_CLEAR_STATUS() \
27
- do { Ps_status_buffer[0] = '\0'; } while (0)
+ do { /*Ps_status_buffer[0] = '\0';*/ } while (0)
28
29
#define PS_SET_STATUS(status) \
30
- do { strcpy(Ps_status_buffer, (status)); } while (0)
+ do { /*strcpy(Ps_status_buffer, (status));*/ } while (0)
31
32
#define PS_STATUS (Ps_status_buffer)
33
0 commit comments