diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-02-08 13:19:08 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-02-08 13:19:08 +0200 |
commit | ab8d0180ba3dcaa1e143a3cbad7be0ce6a846493 (patch) | |
tree | b215b8812a365f2003873c275d73f9a81ec62143 /common/auto/driver.cxx | |
parent | d88f15a3c9272dddc53b5fcba6ee04697ec5c82b (diff) |
Fix incorrect id type
Diffstat (limited to 'common/auto/driver.cxx')
-rw-r--r-- | common/auto/driver.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; |