Home
Phabricator
Search
Configure Global Search
Log In
Transactions
D4222
Change Details
Change Details
Old
New
Diff
We don't use `printf()` in most other files, instead opting for `fprintf(stdout,...)`. Seeder code should follow the same pattern. Scripted diff using `sed -i -e 's/printf(\"/fprintf(stdout,\"/g' ./seeder/*`
We don't use `printf()` in most other files, instead opting for `fprintf(stdout,...)`. Seeder code should follow the same pattern. Scripted diff using `sed -i -e 's/printf(\"/fprintf(stdout,\"/g' ./seeder/*` Depends on D4216
We don't use `printf()` in most other files, instead opting for `fprintf(stdout,...)`. Seeder code should follow the same pattern. Scripted diff using `sed -i -e 's/printf(\"/fprintf(stdout,\"/g' ./seeder/*`
Depends on D4216
Continue