aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/pj_ell_set.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pj_ell_set.c b/src/pj_ell_set.c
index 7d220331..525d8b60 100644
--- a/src/pj_ell_set.c
+++ b/src/pj_ell_set.c
@@ -12,7 +12,7 @@ static const char SCCSID[]="@(#)pj_ell_set.c 4.5 93/06/12 GIE REL";
int /* initialize geographic shape parameters */
pj_ell_set(paralist *pl, double *a, double *es) {
int i;
- double b, e;
+ double b=0.0, e;
char *name;
paralist *start = 0, *curr;