From d759c65d79b555567834a95f6ead0f5bb0cc072f Mon Sep 17 00:00:00 2001 From: sam Date: Tue, 13 Jan 2009 10:38:26 +0000 Subject: [PATCH] storyboard.c: more output filename tuning... git-svn-id: file:///srv/caca.zoy.org/var/lib/svn/libpipi/trunk@3349 92316355-f0b4-4df1-b90c-862c8a59935f --- examples/storyboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/storyboard.c b/examples/storyboard.c index 6d50b04..43ceb38 100644 --- a/examples/storyboard.c +++ b/examples/storyboard.c @@ -55,7 +55,7 @@ int main(int argc, char *argv[]) parser = strrchr(fmtstr, '.'); if(parser) *parser = '\0'; - strcat(fmtstr, ".%03i.jpeg"); + strcat(fmtstr, ".t%02i.jpeg"); image = pipi_new(TWIDTH * TCOLS, THEIGHT * TROWS); p = pipi_get_pixels(image, PIPI_PIXELS_RGBA_U8);