fix previous commit

This commit is contained in:
marschap
2006-10-22 20:09:43 +00:00
parent bf9b826ca4
commit 23e65a1a3d
+1
View File
@@ -1020,6 +1020,7 @@ CwLnx_hbar(Driver *drvthis, int x, int y, int len, int promille, int options)
MODULE_EXPORT void
CwLnx_num(Driver *drvthis, int x, int num)
{
PrivateData *p = drvthis->private_data;
int do_init = 0;
if ((num < 0) || (num > 10))