Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3410 → Rev 3411

/trunk/uspace/app/bdsh/cmds/modules/cat/cat.c
121,12 → 121,6
return 1;
}
 
/* Debug stuff, newline not added purposefully */
printf("** %s is a file with the size of %ld bytes\n",
fname, total);
printf( "** %d bytes were read in a buffer of %d bytes in %d reads\n",
count, blen, reads);
printf("** Read %s\n", count == total ? "Succeeded" : "Failed");
free(buff);
 
return 0;