Changeset: f9d9c5d89c59 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f9d9c5d89c59
Modified Files:
sql/backends/monet5/miniseed/miniseed.c
sql/backends/monet5/miniseed/registrar.c
Branch: DVframework
Log Message:
int32_t --> int.
diffs (42 lines):
diff --git a/sql/backends/monet5/miniseed/miniseed.c
b/sql/backends/monet5/miniseed/miniseed.c
--- a/sql/backends/monet5/miniseed/miniseed.c
+++ b/sql/backends/monet5/miniseed/miniseed.c
@@ -72,7 +72,7 @@ str MiniseedMount(Client cntxt, MalBlkPt
while ((retcode = ms_readmsr (&msr, *targetfile, 0, NULL, NULL, 1, 1,
verbose)) == MS_NOERROR)
{
- int32_t seq_no = msr->sequence_number;
+ int seq_no = msr->sequence_number;
double sample_interval = HPTMODULUS / msr->samprate;
//calculate sampling interval from frequency
long sampling_time = msr->starttime;
diff --git a/sql/backends/monet5/miniseed/registrar.c
b/sql/backends/monet5/miniseed/registrar.c
--- a/sql/backends/monet5/miniseed/registrar.c
+++ b/sql/backends/monet5/miniseed/registrar.c
@@ -552,7 +552,7 @@ str mseed_register(str file_path, temp_c
BAT *aBAT = NULL;
int files_done = FALSE;
timestamp start_timestamp;
- int32_t seq_no_fake = 1;
+ int seq_no_fake = 1;
lng st;
str ch = (str) GDKmalloc(2*sizeof(char));
ch[1] = '\0';
@@ -678,7 +678,7 @@ str mseed_register_and_mount(str file_pa
BAT *btime = NULL, *bdata = NULL, *bfile = NULL, *bseqno = NULL;
int files_done = FALSE;
timestamp start_timestamp;
- int32_t seq_no_fake = 1;
+ int seq_no_fake = 1;
lng st;
long i;
str ch = (str) GDKmalloc(2*sizeof(char));
@@ -773,7 +773,7 @@ str mseed_register_and_mount(str file_pa
// mount
{
- int32_t seq_no = seq_no_fake;
+ int seq_no = seq_no_fake;
double sample_interval = HPTMODULUS / msr->samprate;
//calculate sampling interval from frequency
long sampling_time = msr->starttime;
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list