[dia] pydia: s/Matrix/DiaMatrix/ - which was intended anyway
- From: Hans Breuer <hans src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dia] pydia: s/Matrix/DiaMatrix/ - which was intended anyway
- Date: Sat, 30 Jul 2011 12:17:13 +0000 (UTC)
commit 6035786d8fc0e2e14f0cf1bee76172b803b99c79
Author: Hans Breuer <hans breuer org>
Date: Sat Jul 30 14:15:20 2011 +0200
pydia: s/Matrix/DiaMatrix/ - which was intended anyway
plug-ins/python/pydia-geometry.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plug-ins/python/pydia-geometry.c b/plug-ins/python/pydia-geometry.c
index d28ccb4..c193537 100644
--- a/plug-ins/python/pydia-geometry.c
+++ b/plug-ins/python/pydia-geometry.c
@@ -201,7 +201,7 @@ static int
PyDiaMatrix_Compare(PyDiaMatrix *self,
PyDiaMatrix *other)
{
- return memcmp (&self->matrix, &other->matrix, sizeof(Matrix));
+ return memcmp (&self->matrix, &other->matrix, sizeof(DiaMatrix));
}
/*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]