Resolve diffs between last commits

This commit is contained in:
Marty Kraimer
1995-02-13 20:45:54 +00:00
parent 8e12035e4a
commit 5003f11977
-17
View File
@@ -533,12 +533,7 @@ LOCAL void print_returned(short type, char *pbuffer, short count)
{
struct dbr_sts_long *pvalue
= (struct dbr_sts_long *)pbuffer;
<<<<<<< ca_test.c
int *plong = &pvalue->value;
=======
dbr_long_t *plong = &pvalue->value;
>>>>>>> 1.11
printf("%2d %2d",pvalue->status,pvalue->severity);
if(count==1) printf("\tValue: ");
for (i = 0; i < count; i++,plong++){
@@ -635,11 +630,7 @@ LOCAL void print_returned(short type, char *pbuffer, short count)
{
struct dbr_time_long *pvalue
= (struct dbr_time_long *)pbuffer;
<<<<<<< ca_test.c
int *plong = &pvalue->value;
=======
dbr_long_t *plong = &pvalue->value;
>>>>>>> 1.11
printf("%2d %2d",pvalue->status,pvalue->severity);
printf("\tTimeStamp: %lx %lx",
pvalue->stamp.secPastEpoch, pvalue->stamp.nsec);
@@ -739,11 +730,7 @@ LOCAL void print_returned(short type, char *pbuffer, short count)
{
struct dbr_gr_long *pvalue
= (struct dbr_gr_long *)pbuffer;
<<<<<<< ca_test.c
int *plong = &pvalue->value;
=======
dbr_long_t *plong = &pvalue->value;
>>>>>>> 1.11
printf("%2d %2d %.8s",pvalue->status,pvalue->severity,
pvalue->units);
printf("\n\t%8d %8d %8d %8d %8d %8d",
@@ -844,11 +831,7 @@ LOCAL void print_returned(short type, char *pbuffer, short count)
{
struct dbr_ctrl_long *pvalue
= (struct dbr_ctrl_long *)pbuffer;
<<<<<<< ca_test.c
int *plong = &pvalue->value;
=======
dbr_long_t *plong = &pvalue->value;
>>>>>>> 1.11
printf("%2d %2d %.8s",pvalue->status,pvalue->severity,
pvalue->units);
printf("\n\t%8d %8d %8d %8d %8d %8d",