r38301 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r38300
|
r38301
|
r38302
>
Date:
15:48, 31 July 2008
Author:
brion
Status:
old
Tags:
Comment:
* (
bug 14870
) FTBFS with GCC 4.3
Add <string.h> header -- noted by overlordq@gmail.com
https://bugzilla.wikimedia.org/attachment.cgi?id=5088
Modified paths:
/trunk/extensions/wikidiff2/wikidiff2.cpp
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/wikidiff2/wikidiff2.cpp
—
—
@@ -6,7 +6,7 @@
7
7
*/
8
8
9
9
#include <stdio.h>
10
-
10
+#include <string.h>
11
11
#include "wikidiff2.h"
12
12
13
13
void print_diff(std::vector<std::string> &text1, std::vector<std::string> &text2, int num_lines_context, std::string &ret)
Status & tagging log
15:29, 12 September 2011
Meno25
(
talk
|
contribs
)
changed the
status
of r38301
[
removed:
ok
added:
old]