From 2961f29b57e2371b7ff68e3f60ab0f9db4b21e10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sun, 12 Jul 2009 21:51:57 +0200 Subject: [PATCH] doc: add link --- src/checkother.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/checkother.h b/src/checkother.h index 97822c1cc..7fa2562d8 100644 --- a/src/checkother.h +++ b/src/checkother.h @@ -174,7 +174,7 @@ private: " * C-style pointer cast in cpp file\n" " * redundant if\n" " * bad usage of the function 'strtol'\n" - " * bad usage of the function 'sprintf' (overlapping data)\n" + " * [[OverlappingData|bad usage of the function 'sprintf' (overlapping data)]]\n" " * division with zero\n" " * [[CheckUnsignedDivision|unsigned division]]\n" " * unused struct member\n"