diff --git a/src/gui/imageinfo_ni.cpp b/src/gui/imageinfo_ni.cpp index 8131971a3..f1e82ee0a 100644 --- a/src/gui/imageinfo_ni.cpp +++ b/src/gui/imageinfo_ni.cpp @@ -49,6 +49,7 @@ #include #include #include +#include #include @@ -809,7 +810,9 @@ void CImageInfoNI::paint_NET_Info(int posx, int posy) * 104857600 Bit */ #ifdef BOXMODEL_APOLLO - int max_bit = 1073741824; + int max_bit = 104857600; /* Shiner, Kronos */ + if (cs_get_revision() == 9) + max_bit = 1073741824; /* Apollo */ #else int max_bit = 104857600; #endif