]> www.vanbest.org Git - sasc-ng.git/commitdiff
fix compile error (typo)
authorleslie <unknown>
Tue, 9 Aug 2011 19:25:55 +0000 (21:25 +0200)
committerleslie <unknown>
Tue, 9 Aug 2011 19:25:55 +0000 (21:25 +0200)
device.c

index 73e567e063388367acca62ca3a71442a779f66ca..33e154d26155b3ff33ae362ce59a114ef589d331 100644 (file)
--- a/device.c
+++ b/device.c
@@ -344,7 +344,7 @@ cScDevice::cScDevice(int Adapter, int Frontend, int cafd)
   cam=new cCam(this,Adapter);
 #endif // !SASC
 #if APIVERSNUM >= 10711
-  snprintf(devId,sizeof(devId),"%d/%d",Adapter,FrontEnd);
+  snprintf(devId,sizeof(devId),"%d/%d",Adapter,Frontend);
 #else
   snprintf(devId,sizeof(devId),"%d",Adapter);
 #endif