Browse code

avoid marking internal ftypes UNOFFICIAL

Tomasz Kojm authored on 2010/03/02 02:35:09
Showing 1 changed files
... ...
@@ -1469,6 +1469,7 @@ static int cli_loadftm(FILE *fs, struct cl_engine *engine, unsigned int options,
1469 1469
 
1470 1470
     while(1) {
1471 1471
 	if(internal) {
1472
+	    options |= CL_DB_OFFICIAL;
1472 1473
 	    if(!ftypes_int[line])
1473 1474
 		break;
1474 1475
 	    strncpy(buffer, ftypes_int[line], sizeof(buffer));