Changeset 13851
- Timestamp:
- Jan 23, 2013, 8:59:20 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/rename-test.c
r13850 r13851 462 462 char buf[32]; 463 463 464 fprintf (stderr, "top %s exists %d\n", top, (int)tr_fileExists(top,NULL)); 465 464 466 errno = 0; 465 467 path = tr_buildPath (top, "files-filled-with-zeroes", NULL); 466 468 tr_mkdirp (path, 0700); 469 fprintf (stderr, "%s:%d %s\n", __FILE__, __LINE__, path); 470 fprintf (stderr, "errno is %d (%s)\n", errno, tr_strerror (errno)); 467 471 tr_free (path); 468 472 … … 470 474 tr_snprintf (buf, sizeof(buf), "%d", n); 471 475 path = tr_buildPath (top, "files-filled-with-zeroes", buf, NULL); 472 fprintf (stderr, "%s \n", path);476 fprintf (stderr, "%s:%d %s\n", __FILE__, __LINE__, path); 473 477 fprintf (stderr, "errno is %d (%s)\n", errno, tr_strerror (errno)); 474 478 fp = fopen (path, "wb+");
Note: See TracChangeset
for help on using the changeset viewer.