/xmlbench/trunk

To get this branch, use:
bzr branch http://darksoft.org/webbzr/xmlbench/trunk

« back to all changes in this revision

Viewing changes to parse/tools.h

  • Committer: Suren A. Chilingaryan
  • Date: 2009-09-30 21:09:22 UTC
  • Revision ID: csa@dside.dyndns.org-20090930210922-545nwrb5o2ao6psd
QT pull parser and fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
        exit(1);
34
34
    }
35
35
    fstat(f->_fileno,&st);
 
36
    
36
37
    buf=(char*)malloc(st.st_size+1+sizeof(unsigned long));
37
38
    if (!buf) {
38
39
        printf("Can't allocate memory!\n");