Re: [PATCH] Fix the ``--priority'' option handling in netfs_append_args.

2009-12-15 Thread olafBuddenhagen
Hi, On Thu, Dec 10, 2009 at 11:42:49PM +0200, Sergiu Ivanov wrote: > * netfs.c (netfs_append_args) : Change the format > specification to ``%d''. Look right, please push to the master branch. Would have been nice though to mention what this patch is for... :-) -antrik-

[PATCH] Fix the ``--priority'' option handling in netfs_append_args.

2009-12-10 Thread Sergiu Ivanov
* netfs.c (netfs_append_args) : Change the format specification to ``%d''. --- Hello, This is a small patch fixing a typo in netfs_append_args. Regards, Sergiu --- netfs.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/netfs.c b/netfs.c index b3174fb..bb89c95 100644

Re: [PATCH] Fix the ``--priority'' option handling in netfs_append_args.

2009-08-14 Thread Sergiu Ivanov
Hello, On Tue, Aug 11, 2009 at 11:49:03AM +0200, Thomas Schwinge wrote: > On Tue, Aug 11, 2009 at 12:03:59AM +0300, Sergiu Ivanov wrote: > > * netfs.c (netfs_append_args): Change the format specification > > to ``%d''. > > OK for master, but please use ``* netfs.c (netfs_append_args) : > Change t

Re: [PATCH] Fix the ``--priority'' option handling in netfs_append_args.

2009-08-11 Thread Thomas Schwinge
Hello! On Tue, Aug 11, 2009 at 12:03:59AM +0300, Sergiu Ivanov wrote: > * netfs.c (netfs_append_args): Change the format specification > to ``%d''. OK for master, but please use ``* netfs.c (netfs_append_args) : Change the...'' to indicate that only the priority value handling was affected. > I

[PATCH] Fix the ``--priority'' option handling in netfs_append_args.

2009-08-10 Thread Sergiu Ivanov
>From 95210c2ff4daa226eea7127dc2878995d989abaf Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov Date: Mon, 10 Aug 2009 20:54:03 + Subject: [PATCH] Fix the ``--priority'' option handling in netfs_append_args. * netfs.c (netfs_append_args): Change the format specification to ``%d'