1
mirror of https://github.com/hashcat/hashcat synced 2025-01-14 08:17:28 +01:00
This commit is contained in:
Jens Steube 2016-02-04 22:58:00 +01:00
commit e048d1e8f9

View File

@ -5072,7 +5072,7 @@ int main (int argc, char **argv)
if (compute)
{
char display[100] = { 0 };
static char display[100];
snprintf (display, sizeof (display) - 1, "DISPLAY=%s", compute);