git setup (was: [cairo] [cairo-announce] cairo release 1.4.4 now
available)
Peter Weilbacher (Mozilla)
mozilla at weilbacher.org
Fri Apr 20 12:04:02 PDT 2007
Peter Weilbacher (Mozilla) wrote:
> --- a/src/cairo-mutex-private.h
> +++ b/src/cairo-mutex-private.h
> @@ -113,7 +113,7 @@ typedef int cairo_mutex_t;
> # define CAIRO_MUTEX_FINI(mutex) do { \
> if (0 != (mutex)) { \
> DosCloseMutexSem (*(mutex)); \
> - (mutex) = 0; \
> + (*(mutex)) = 0; \
> } \
> } while (0)
> # define CAIRO_MUTEX_NIL_INITIALIZER 0
>
> which I just pushed.
Hmm, the commit contains the username and machine instead of
a usable email address. Any idea how I screwed up my git setup
to do that and what I have to do to fix it?
Peter.
More information about the cairo
mailing list