From: Jens Steube Date: Sun, 3 Apr 2016 12:41:03 +0000 (+0200) Subject: Reverted an unnecessary change from https://github.com/hashcat/oclHashcat/pull/158 X-Git-Tag: v3.00-beta~152 X-Git-Url: https://www.flypig.org.uk/git/?a=commitdiff_plain;h=3cd83a4ab90cc35c427d305deff67f06cbf2006f;p=hashcat.git Reverted an unnecessary change from https://github.com/hashcat/oclHashcat/pull/158 --- diff --git a/include/types.h b/include/types.h index b48a1b8..dd2c677 100644 --- a/include/types.h +++ b/include/types.h @@ -766,7 +766,7 @@ typedef struct typedef struct { u32 version_bin; - char cwd[1024]; + char cwd[256]; u32 pid; u32 dictpos;