Orgad Shaneh e4ec99fc62 GUI: Fix GCC/MinGW warning
textviewer.cpp:84:64: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'int64' {aka 'long long int'} [-Wformat=]
   84 |         warning("TextViewerDialog::loadFile(): File size is: %ld", stream->size());
      |                                                              ~~^   ~~~~~~~~~~~~~~
      |                                                                |               |
      |                                                                long int        int64 {aka long long int}
      |                                                              %lld
2023-04-09 23:55:16 +03:00
..
2023-04-08 16:20:11 +02:00
2023-02-27 19:38:23 +01:00
2023-03-26 01:48:48 +01:00
2023-04-08 16:20:11 +02:00
2023-04-08 16:20:11 +02:00
2023-04-09 23:55:16 +03:00