diff options
Diffstat (limited to 'mg_image_provider.c')
-rw-r--r-- | mg_image_provider.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mg_image_provider.c b/mg_image_provider.c index 0891628..aeab5ec 100644 --- a/mg_image_provider.c +++ b/mg_image_provider.c @@ -362,7 +362,7 @@ void mgImageProvider::Action() char *tmp; - asprintf( &tmp, "image_convert.sh \"%s\" \"%s\"", filename.c_str(), tmpFile.c_str() ); + asprintf( &tmp, "muggle-image-convert \"%s\" \"%s\"", filename.c_str(), tmpFile.c_str() ); system( (const char*) tmp ); free(tmp); |