aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tmdns/tmdns-20030116/char-signed-idiocy.patch
blob: d2856e07f6b89f458975cbedd9565f7205b0c6a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
#

--- tmdns/server/tmdns.c~char-signed-idiocy
+++ tmdns/server/tmdns.c
@@ -87,7 +87,7 @@
  *****************************************************************************/
 int get_options( int argc, char ** argv ) {
 
-  char c = 0;
+  int c = 0;
   int dns_bridge = 0;
   int not_daemon = 0;
   int no_fork    = 0;