Skip to content

Commit c7bfcdb

Browse files
committed
changed char to unsigned char for sname in the struct pgut_option
1 parent dbd7577 commit c7bfcdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/pgut.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ typedef enum pgut_optsrc
5858
typedef struct pgut_option
5959
{
6060
char type;
61-
char sname; /* short name */
61+
unsigned char sname; /* short name */
6262
const char *lname; /* long name */
6363
void *var; /* pointer to variable */
6464
pgut_optsrc allowed; /* allowed source */

0 commit comments

Comments
 (0)