File: 04-avoid-bool-keyword.diff

package info (click to toggle)
libgpiv 0.6.1-7.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 4,404 kB
  • sloc: ansic: 17,832; sh: 10,248; makefile: 114
file content (16 lines) | stat: -rw-r--r-- 527 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: the 'bool' keyword defines a type with HDF5 1.10
 An by the way, this variable is unused.
Author: Gilles Filippini <pini@debian.org>
Index: libgpiv-0.6.1/lib/io.c
===================================================================
--- libgpiv-0.6.1.orig/lib/io.c
+++ libgpiv-0.6.1/lib/io.c
@@ -1569,8 +1569,6 @@ read_pivdata_from_stdin (gboolean fastx
     gfloat dat_x = -10.0e5, dat_y = -10.0e5;
     gint line_nr = 0; 
 
-    gboolean bool = FALSE;
-
 
     /* 
      * Count nx, ny, similar to count_asciidata