Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 45986 | Differences between
and this patch

Collapse All | Expand All

(-)sfidl.cc (-1 / +1 lines)
Lines 45-51 int main (int argc, char **argv) Link Here
45
      return 0;
45
      return 0;
46
    }
46
    }
47
47
48
  if((argc-optind) != 1)
48
  if (argc != 2)
49
    {
49
    {
50
      options.printUsage ();
50
      options.printUsage ();
51
      return 1;
51
      return 1;
(-)ChangeLog (+7 lines)
Lines 1-3 Link Here
1
Fri Mar 19 13:28:04 2004  Stefan Westerfeld  <stefan@space.twc.de>
2
3
	* sfidl.cc: Don't use optind any longer, since we also don't use
4
	getopt() any longer. This fixes compilation on systems where optind
5
	is not declared in those header files sfidl.cc directly/indirectly
6
	includes.
7
1
Tue Mar  2 11:09:48 2004  Tim Janik  <timj@gtk.org>
8
Tue Mar  2 11:09:48 2004  Tim Janik  <timj@gtk.org>
2
9
3
	* sfidl-corecxx.cc: fixed choice serialization type in to_rec() impls.
10
	* sfidl-corecxx.cc: fixed choice serialization type in to_rec() impls.

Return to bug 45986