Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37561070
en ru br
ALT Linux repos
S:1.3.7-alt2
5.0: 1.3.0-alt4.M50.5
4.1: 1.3.0-alt2.M41.3
3.0: 1.2.2-alt2

Group :: Games/Sports
RPM: TORCS

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: torcs-stringcompare.diff
Download


--- src/libs/confscreens/driverconfig.cpp
+++ src/libs/confscreens/driverconfig.cpp
@@ -581,7 +581,7 @@
     if (curPlayer == NULL) {
 	return;
     }
-    if (curPlayer->transmission != HM_VAL_AUTO) {
+    if (strcmp(curPlayer->transmission,HM_VAL_AUTO)) {
 	curPlayer->transmission = HM_VAL_AUTO;
     } else {
 	curPlayer->transmission = HM_VAL_MANUAL;
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin