On Mon, Sep 14, 2009 at 8:37 PM, Laszlo Papp <[email protected]> wrote: > ./src/pacman/package.c: > - small typo fix > ./src/pacman/pacman.c: > - config option is renamed to configfile, because it's more > talkative like in case of logfile. I like everything here but this. For one, it has been this way for a loooong time, so I don't see a reason to change it. Two, you didn't update the docs. :)
If you resubmit with just the other two changes, I'll merge it. > - strdup is changed to strndup, because it's safer like in > case of config option > > Signed-off-by: Laszlo Papp <[email protected]> > --- > src/pacman/package.c | 2 +- > src/pacman/pacman.c | 4 ++-- > 2 files changed, 3 insertions(+), 3 deletions(-)
