freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[freetype2-demos] ftbench-gsoc-goksu e35e158 16/17: * src/ftmulti.c (mai


From: Werner Lemberg
Subject: [freetype2-demos] ftbench-gsoc-goksu e35e158 16/17: * src/ftmulti.c (main): Make program actually handle option `-a`.
Date: Sat, 20 May 2023 08:29:55 -0400 (EDT)

branch: ftbench-gsoc-goksu
commit e35e158b6f68310d4c09638bfb956b6af6ea2820
Author: Seigo Nonaka <nona@google.com>
Commit: Werner Lemberg <wl@gnu.org>

    * src/ftmulti.c (main): Make program actually handle option `-a`.
---
 src/ftmulti.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/ftmulti.c b/src/ftmulti.c
index 40dd84b..544afa2 100644
--- a/src/ftmulti.c
+++ b/src/ftmulti.c
@@ -953,7 +953,7 @@
 
     while ( 1 )
     {
-      option = getopt( argc, argv, "d:e:f:h:r:vw:" );
+      option = getopt( argc, argv, "a:d:e:f:h:r:vw:" );
 
       if ( option == -1 )
         break;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]