--- hopm/branches/1.0.x/src/misc.c 2015/05/05 18:46:45 5917 +++ hopm/branches/1.0.x/src/misc.c 2015/05/05 18:47:07 5918 @@ -30,7 +30,7 @@ * Split a time_t into an English-language explanation of how * much time it represents, e.g. "2 hours 45 minutes 8 seconds" */ -char * +const char * dissect_time(time_t time) { static char buf[64];