aboutsummaryrefslogtreecommitdiff
path: root/Linux_C_12
diff options
context:
space:
mode:
Diffstat (limited to 'Linux_C_12')
-rw-r--r--Linux_C_12/util_121.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Linux_C_12/util_121.h b/Linux_C_12/util_121.h
index 14091f9..84265fa 100644
--- a/Linux_C_12/util_121.h
+++ b/Linux_C_12/util_121.h
@@ -49,7 +49,7 @@ typedef struct
} CrossCallInfo;
typedef struct clean_string
- { int length;
+ { int64_t length;
char characters[1];
} *CLEAN_STRING;