modify variable typo
@@ -1,7 +1,11 @@ | ||
1 | -2009-12-29 Kazuki IWAMOTO <iwm@maid.org> | |
1 | +2010-01-29 Kazuki IWAMOTO <iwm@maid.org> | |
2 | 2 | |
3 | 3 | * version 2.2.2 |
4 | 4 | |
5 | +2009-12-29 Kazuki IWAMOTO <iwm@maid.org> | |
6 | + | |
7 | + * orz/orzcomm.c: modify variable typo | |
8 | + | |
5 | 9 | 2009-12-10 Kazuki IWAMOTO <iwm@maid.org> |
6 | 10 | |
7 | 11 | * gcommon.h: add g_mapped_file_unref macro |
@@ -162,7 +162,7 @@ | ||
162 | 162 | { |
163 | 163 | OrzComm *comm; |
164 | 164 | |
165 | - comm = g->data; | |
165 | + comm = gl->data; | |
166 | 166 | if (!comm) |
167 | 167 | break; |
168 | 168 | switch (uType) |