Changeset ee447bf in thomson for code/C/HxCHost/pff/pff.h


Ignore:
Timestamp:
Mar 10, 2012, 7:58:02 PM (12 years ago)
Author:
Adrien Destugues <pulkomandy@…>
Branches:
main
Children:
99bc67a
Parents:
1b74fa2
Message:

More work on write support :

  • Avoid using the same buffer over and over again for everything, when writing this creates some problems.
  • Editing the configuration now works.

git-svn-id: svn://localhost/thomson@19 85ae3b6b-dc8f-4344-a89d-598714f2e4e5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/C/HxCHost/pff/pff.h

    r1b74fa2 ree447bf  
    3131#define _USE_DIR        1       /* 1:Enable pf_opendir() and pf_readdir() */
    3232
    33 #define _USE_LSEEK      0       /* 1:Enable pf_lseek() */
     33#define _USE_LSEEK      1       /* 1:Enable pf_lseek() */
    3434
    3535#define _USE_WRITE      1       /* 1:Enable pf_write() */
Note: See TracChangeset for help on using the changeset viewer.