diff options
| author | Thomas Knudsen <lastname DOT firstname AT gmail DOT com> | 2016-04-05 19:05:06 +0200 |
|---|---|---|
| committer | Thomas Knudsen <lastname DOT firstname AT gmail DOT com> | 2016-04-05 19:05:06 +0200 |
| commit | eeea65526dfd0301a7759a978a5b8fcbcf5baecd (patch) | |
| tree | ba40619c81936a8aec52b90bd2043617e9b17700 /src/pj_init.c | |
| parent | afebe65cb503e40f9a89b5f931a1f94fb545e067 (diff) | |
| download | PROJ-eeea65526dfd0301a7759a978a5b8fcbcf5baecd.tar.gz PROJ-eeea65526dfd0301a7759a978a5b8fcbcf5baecd.zip | |
Some initial work on internal regression tests
Need these to reduce the chance I'm screwing up something during this
rather intrusive code surgery
Diffstat (limited to 'src/pj_init.c')
| -rw-r--r-- | src/pj_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pj_init.c b/src/pj_init.c index ca7b9e4a..79b64bb3 100644 --- a/src/pj_init.c +++ b/src/pj_init.c @@ -661,5 +661,5 @@ pj_free(PJ *P) { void pj_prepare (PJ *P, const char *description, void (*freeup)(struct PJconsts *), size_t sizeof_struct_opaque) { P->descr = description; P->pfree = freeup; - P->opaq = pj_calloc (1, sizeof_struct_opaque); + P->opaque = pj_calloc (1, sizeof_struct_opaque); } |
