Skip to content

Commit de033cb

Browse files
committed
Flush stdout
1 parent 0bb02f3 commit de033cb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.69])
5-
AC_INIT([linux-touch-gestures], [1.0.0], [[email protected]])
5+
AC_INIT([linux-touch-gestures], [1.0.1], [[email protected]])
66
AM_INIT_AUTOMAKE
77
AC_CONFIG_SRCDIR([src/main.c])
88

src/main.c

+1
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ int main(int argc, char *argv[]) {
165165
die("Failed to open input device");
166166
}
167167
printf("Opened input device\n");
168+
fflush(stdout);
168169
process_events(touch_device_fd, config, &execute_events);
169170

170171
close(touch_device_fd);

0 commit comments

Comments
 (0)