WIP async API and kraken_convert

This commit is contained in:
Kearwood Kip Gilbert
2019-08-03 18:53:05 -07:00
parent dfce8148e3
commit b9c737ac2f
7 changed files with 49 additions and 3 deletions

View File

@@ -59,7 +59,7 @@ int main( int argc, char *argv[] )
save_resource_info.pResourcePath = "output.krbundle";
res = KrSaveResource(&save_resource_info);
if (res != KR_SUCCESS) {
printf("Failed to save bundle.\n");
printf("Failed to save bundle.\nError %i\n", res);
}
KrShutdown();