08/07/09 02:27:28 vt9VZ3Hf
>>386
コンパイル出来ません...
src/main.c: In function 'read_rc_file':
src/main.c:135: error: 'rc_fname' undeclared (first use in this function)
src/main.c:135: error: (Each undeclared identifier is reported only once
src/main.c:135: error: for each function it appears in.)
src/main.c:146: error: 'home' undeclared (first use in this function)
src/main.c: In function 'main':
src/main.c:809: warning: suggest parentheses around assignment used as truth value
src/main.c:1019: warning: unused variable 'len'
src/main.c:824: warning: ignoring return value of 'write', declared with attribute warn_unused_result
make: *** [mfiler3] Error 1
make: Target `all' not remade because of errors.
それとですが、sprintfの使われ方をみてみると、bufferがあふれてしまう可能性があると
思われます。snprintf()とかに変更していただけないでしょうか。