Index: test_load/main.c =================================================================== --- test_load/main.c (revision 32437) +++ test_load/main.c (revision 32438) @@ -12,7 +12,7 @@ if (f == NULL) return NULL; - res = stl_solid_fload(hl, fn); + res = stl_solid_fload(hl, f); fclose(f);