summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ustring.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ustring.c b/ustring.c
index 3d18a4f..3c5698c 100644
--- a/ustring.c
+++ b/ustring.c
@@ -340,7 +340,7 @@ int utoi(wchar_t const *s) {
s++;
}
- return n;
+ return n * sign;
}
double utof(wchar_t const *s)