Fix format string in grammar.y

Fixes #674849
This commit is contained in:
Руслан Ижбулатов 2012-04-18 17:37:25 +04:00 committed by Edward Hervey
parent 3de656121f
commit 9542b2d073

View file

@ -379,7 +379,7 @@ out:
return; return;
error: error:
GST_CAT_ERROR (GST_CAT_PIPELINE, "could not set property \"%s\" in " GST_CAT_ERROR (GST_CAT_PIPELINE, "could not set property \"%s\" in %"
GST_PTR_FORMAT, pspec->name, target); GST_PTR_FORMAT, pspec->name, target);
goto out; goto out;
} }