PERFORCE change 178256 for review

Garrett Cooper gcooper at FreeBSD.org
Fri May 14 17:16:13 UTC 2010


http://p4web.freebsd.org/@@178256?ac=10

Change 178256 by gcooper at starr-bastion on 2010/05/14 17:15:31

	Return the correct buffer in unpack_to_buffer.

Affected files ...

.. //depot/projects/soc2007/gcooper-pkg_install-enhancements-simplified/lib/libpkg/file.c#8 edit

Differences ...

==== //depot/projects/soc2007/gcooper-pkg_install-enhancements-simplified/lib/libpkg/file.c#8 (text+ko) ====

@@ -391,7 +391,7 @@
 		}
 	}
 
-	return buffer;
+	return buf;
 
 }
 


More information about the p4-projects mailing list