diff options
Diffstat (limited to 'apps/plugins/properties.c')
| -rw-r--r-- | apps/plugins/properties.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/properties.c b/apps/plugins/properties.c index 86955a7..22288d4 100644 --- a/apps/plugins/properties.c +++ b/apps/plugins/properties.c @@ -292,7 +292,7 @@ enum plugin_status plugin_start(const struct plugin_api* api, const void* parame if(!found) { /* weird: we couldn't find the entry. This Should Never Happen (TM) */ - rb->splash(0, "File/Dir not found: %s", file); + rb->splashf(0, "File/Dir not found: %s", file); rb->action_userabort(TIMEOUT_BLOCK); return PLUGIN_OK; } |