Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lavabit/magma.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/strings/length.c')
-rw-r--r--src/core/strings/length.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/strings/length.c b/src/core/strings/length.c
index 9d98ae89..81c76361 100644
--- a/src/core/strings/length.c
+++ b/src/core/strings/length.c
@@ -15,8 +15,8 @@
size_t st_length_get(stringer_t *s) {
char *data;
+ uint32_t opts;
size_t result = 0;
- uint32_t opts; ;
if (!s || !(opts = *((uint32_t *)s))) {
return 0;