]> git.mxchange.org Git - flightgear.git/blobdiff - Joystick/joystick.c
Incorporated code changes contributed by Charlie Hotchkiss
[flightgear.git] / Joystick / joystick.c
index 0bc02ab4df031f978b47532c6a56ad848f76c96d..18ddb8ba108e519e2e8caf88a0cbe55d200fd0fc 100644 (file)
@@ -208,7 +208,7 @@ int fgJoystickInit( int joy_num ) {
        
        return( joystick_fd );
 #else
-       return( 0 );
+       return( 1 );
 #endif
 }
 
@@ -256,12 +256,16 @@ int fgJoystickRead( double *joy_x, double *joy_y, int *joy_b1, int *joy_b2 )
 
 
 /* $Log$
-/* Revision 1.4  1998/02/03 23:20:20  curt
-/* Lots of little tweaks to fix various consistency problems discovered by
-/* Solaris' CC.  Fixed a bug in fg_debug.c with how the fgPrintf() wrapper
-/* passed arguments along to the real printf().  Also incorporated HUD changes
-/* by Michele America.
+/* Revision 1.5  1998/02/12 21:59:44  curt
+/* Incorporated code changes contributed by Charlie Hotchkiss
+/* <chotchkiss@namg.us.anritsu.com>
 /*
+ * Revision 1.4  1998/02/03 23:20:20  curt
+ * Lots of little tweaks to fix various consistency problems discovered by
+ * Solaris' CC.  Fixed a bug in fg_debug.c with how the fgPrintf() wrapper
+ * passed arguments along to the real printf().  Also incorporated HUD changes
+ * by Michele America.
+ *
  * Revision 1.3  1998/01/27 00:47:54  curt
  * Incorporated Paul Bleisch's <bleisch@chromatic.com> new debug message
  * system and commandline/config file processing code.