martijnvanbrummelen / nwipe

nwipe secure disk eraser
GNU General Public License v2.0
690 stars 79 forks source link

Fixes a compiler warning -Wformat-zero-length string #417

Closed PartialVolume closed 2 years ago

PartialVolume commented 2 years ago

Replaced the mvwprintw command that contained an empty string with a simple increment to the line position which maintains the display as it was but gets rid of the -Wformat-zero-length string compiler warning.