Rockbox

  • Status Closed
  • Percent Complete
    100%
  • Task Type Patches
  • Category Plugins
  • Assigned To No-one
  • Operating System All players
  • Severity Low
  • Priority Very Low
  • Reported Version Daily build (which?)
  • Due in Version Undecided
  • Due Date Undecided
  • Votes
  • Private
Attached to Project: Rockbox
Opened by fml2 - 2007-09-30
Last edited by petur - 2007-10-01

FS#7874 - shortcuts: Specify correct flags when creating a new file

1. Open file for writing with ‘creat’ (how did it work without this flag?)
2. Remove unneeded define

Closed by  petur
2007-10-01 19:41
Reason for closing:  Invalid
Additional comments about closing:   Warning: Undefined array key "typography" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 371 Warning: Undefined array key "camelcase" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 407

see comment: nothing wrong with the code

petur commented on 2007-10-01 19:38

it did because this code exists in file.c:

int creat(const char *pathname)
{

  return open(pathname, O_WRONLY|O_CREAT|O_TRUNC);

}

Loading...

Available keyboard shortcuts

Tasklist

Task Details

Task Editing