|
From: James C. <qu...@la...> - 2018-01-18 00:23:10
|
Taken, with a semicolon, thanks. Released 1.10.0. On Tue, Jan 16, 2018 at 07:50:45AM +0100, Christoph Biedl wrote: > Hello, > > found this one in my patch collection. A comment says this was needed on > big-endian archs only - probably since some non-zero bits of the > vector_destroy function are used for the return value there. > > Otherwise, in the light of the many fixes lately: James, how about a > 1.9.1 release? > > Christoph > > --- a/vector_test.c > +++ b/vector_test.c > @@ -95,4 +95,5 @@ > } > assert(vector_size(v)==0); > vector_destroy(v); > + exit(0) > } > > > -- > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > pptpclient-devel mailing list > ppt...@li... > https://lists.sourceforge.net/lists/listinfo/pptpclient-devel -- James Cameron http://quozl.netrek.org/ |