diff options
Diffstat (limited to 'driver/driver.cpp')
| -rw-r--r-- | driver/driver.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/driver.cpp b/driver/driver.cpp index 89f09dc..fbc2d3d 100644 --- a/driver/driver.cpp +++ b/driver/driver.cpp @@ -210,7 +210,7 @@ Return Value: DebugPrint(("RetrieveOutputBuffer failed: 0x%x\n", status)); } else { - *reinterpret_cast<ra::version_t*>(buffer) = { RA_VER_MAJOR, RA_VER_MINOR, RA_VER_PATCH }; + *reinterpret_cast<ra::version_t*>(buffer) = ra::version; bytes_out = sizeof(ra::version_t); } break; |