From ab8d0180ba3dcaa1e143a3cbad7be0ce6a846493 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 8 Feb 2015 13:19:08 +0200 Subject: Fix incorrect id type --- common/auto/driver.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/auto/driver.cxx b/common/auto/driver.cxx index 2a27668..9033a01 100644 --- a/common/auto/driver.cxx +++ b/common/auto/driver.cxx @@ -67,7 +67,7 @@ main (int argc, char* argv[]) // auto_only // { - unsigned long id; + unsigned short id; { auto_only o; -- cgit v1.1