mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
6ab16fc4ec
- Cleanup Makefile a bit (me) PR: ports/77552 Submitted by: "Jonatan B" (maintainer)
12 lines
292 B
C
12 lines
292 B
C
--- dcetest.c.orig Tue Feb 15 11:32:36 2005
|
|
+++ dcetest.c Tue Feb 15 11:31:48 2005
|
|
@@ -359,7 +359,7 @@
|
|
int tint;
|
|
char annotation[EPT_MAX_ANNOTATION_SIZE+1];
|
|
int floor, floors;
|
|
- int address_type;
|
|
+ int address_type=0;
|
|
|
|
char tmp_address[200];
|
|
char tmp_address2[200];
|