Re: [dev] [sbase] [patch] Adding mknod

From: Truls Becken <truls.becken_AT_gmail.com>
Date: Wed, 3 Jul 2013 12:15:03 +0200

The types array stood out to me as a bit of a code smell.
After pondering over it for a couple of minutes, I realized
that you could just do this:

type = argv[1][0] == 'b' ? S_IFBLK : S_IFCHR;

-Truls
Received on Wed Jul 03 2013 - 12:15:03 CEST

This archive was generated by hypermail 2.3.0 : Wed Jul 03 2013 - 12:24:05 CEST