Potential Division by Zero

This commit is contained in:
2025-12-09 22:02:59 +01:00
parent c27471ae03
commit acc05dac8b
2 changed files with 3 additions and 1 deletions

View File

@ -6,7 +6,7 @@
*/
#include "../include/reHDD.h"
using namespace std;
bool Printer::instanceFlag = false;
Printer *Printer::single = NULL;