diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/util/vasprintf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util/vasprintf.c b/lib/util/vasprintf.c index b9cc6a2f..34ed8e73 100644 --- a/lib/util/vasprintf.c +++ b/lib/util/vasprintf.c @@ -44,7 +44,7 @@ pm_vasprintf(const char ** const resultP, result = malloc(allocSize); if (result == NULL) - *resultP = strsol; + *resultP = pm_strsol; else { size_t realLen; |