Browse Source

Added TODO comment.

woollybah 10 years ago
parent
commit
5617f9216b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      blitz.mod/blitz_app.c

+ 1 - 0
blitz.mod/blitz_app.c

@@ -190,6 +190,7 @@ static void startup(){
 	
 	//_mainThread=pthread_self();
 
+	// TODO : appears as "undefined" when linking... need this for millisecs support.
 	//sysinfo( &info );
 	base_time=bbMilliSecs()-info.uptime*1000;
 }