]> git.ipfire.org Git - people/ms/libloc.git/blobdiff - src/test-stringpool.c
stringpool: Make them initializable right from the file
[people/ms/libloc.git] / src / test-stringpool.c
index 169554a0aa5d98e734a3d9fd8c05012105f7200c..1b219f38a99a002aa176a5cdfaa84dfe574b2d44 100644 (file)
@@ -55,7 +55,7 @@ int main(int argc, char** argv) {
 
        // Create the stringpool
        struct loc_stringpool* pool;
-       err = loc_stringpool_new(ctx, &pool, 10002 * 4);
+       err = loc_stringpool_new(ctx, &pool);
        if (err < 0)
                exit(EXIT_FAILURE);