Menu

#25 Only first -file_insert- used by /*$In */

open
nobody
None
5
2006-02-08
2006-02-08
No

The processing of a /*$I comment should use the number
after the I to find the correct -file_insert- in the list.

But in file indent_cmt.c at line 705, fopen opens
gapsz_FileInsert[0], effectively using the first
-file_insert- option. It should be rewritten as

file = fopen(gapsz_FileInsert[i_FileInsert], "rt");

Frederic

Discussion