repo.or.cz
/
LibreOffice.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Avoid potential negative array index access to cached text.
[LibreOffice.git]
/
external
/
zxcvbn-c
/
zxcvbn-c-2.5-do-not-use-stdafx.patch
blob
1b5151995067571e06e72a90470fec99ceaed365
1
--- a/zxcvbn-c/zxcvbn.c
2
+++ b/zxcvbn-c/zxcvbn.c
3
@@ -44,11 +44,6 @@
4
#endif
5
#endif
6
7
-/* For pre-compiled headers under windows */
8
-#ifdef _WIN32
9
-#include "stdafx.h"
10
-#endif
11
-
12
/* Minimum number of characters in a incrementing/decrementing sequence match */
13
#define MIN_SEQUENCE_LEN 3