aboutsummaryrefslogtreecommitdiff
path: root/src/survive_driverman.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/survive_driverman.c')
-rw-r--r--src/survive_driverman.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/survive_driverman.c b/src/survive_driverman.c
index d694e64..2afaf65 100644
--- a/src/survive_driverman.c
+++ b/src/survive_driverman.c
@@ -31,7 +31,7 @@ void * GetDriver( const char * element )
const char * GetDriverNameMatching( const char * prefix, int place )
{
int i;
- int prefixlen = strlen( prefix );
+ int prefixlen = (int)strlen( prefix );
for( i = 0; i < NrDrivers; i++ )
{