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

Collapse All | Expand All

(-)xsnap-1.4.3/xsnap.c (-1 / +1 lines)
Lines 558-564 Link Here
558
558
559
	for (i = 1; i < argc; i++)
559
	for (i = 1; i < argc; i++)
560
	{
560
	{
561
		if (strncmp(argv[i], "-h", 2) == 0)
561
		if (strcmp(argv[i], "-h") == 0)
562
		{
562
		{
563
			usage();
563
			usage();
564
			continue;
564
			continue;

Return to bug 99861