summaryrefslogtreecommitdiff
path: root/src/analysis/scan/exprs/literal-int.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2023-07-07 06:32:43 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2023-07-07 06:32:43 (GMT)
commit4c10dfa2a95cea6fc704d68066d0c284cfd79342 (patch)
tree5827bbc411459800747e21929daecdf99fde7dfd /src/analysis/scan/exprs/literal-int.h
parent3f996be1e5858b54740bf92515795982a16b169a (diff)
Rewrite core parts of the ROST API.
Diffstat (limited to 'src/analysis/scan/exprs/literal-int.h')
-rw-r--r--src/analysis/scan/exprs/literal-int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/analysis/scan/exprs/literal-int.h b/src/analysis/scan/exprs/literal-int.h
index d803d30..875b3de 100644
--- a/src/analysis/scan/exprs/literal-int.h
+++ b/src/analysis/scan/exprs/literal-int.h
@@ -46,7 +46,7 @@ struct _GLiteralExpression
{
bool boolean; /* Valeur booléenne */
unsigned long long integer; /* Valeur entière 64 bits */
- char *string; /* Chaîne de caractères */
+ sized_string_t string; /* Chaîne de caractères */
struct
{
char *regex; /* Formulation d'origine */