To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=71051





------- Additional comments from [EMAIL PROTECTED] Thu Nov  2 00:29:35 -0800 
2006 -------
The easiest description is this one:

macmini:~/q oo$ cat q.c
#include <stdio.h>
#include <sys/types.h>

int main(int argc, char **argv) {
   off_t size = 776;
   printf("size is %d\n", size);
   printf("size is %lld\n", size);
}
macmini:~/q oo$ gcc q.c 
macmini:~/q oo$ ./a.out 
size is 0
size is 776
macmini:~/q oo$ 

-> the file "was" 0 bytes long so no arguments to makedepend were extracted 
from it.


---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to