summaryrefslogtreecommitdiff
blob: 796aba52bb76fe662e092332f6ac0d497cafc268 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/common/scp_tab.cc
+++ b/common/scp_tab.cc
@@ -148,7 +148,7 @@
 		nm.replace(0,top.length()+1,"");
 	const char * n = nm.c_str();
 	size_t full, sub,diff;
-	char * last_dot = strrchr(n,'.');
+	char * last_dot = const_cast<char*>(strrchr(n,'.'));
 	char * ret = 0;
 	if (last_dot != 0)
 		{