Eric Sandeen <sandeen@xxxxxxxxxxx> wrote: > + m_mask = atoi(optarg); strtoul() would probably be more useful as you can then specify a hex number. David
Eric Sandeen <sandeen@xxxxxxxxxxx> wrote: > + m_mask = atoi(optarg); strtoul() would probably be more useful as you can then specify a hex number. David