can-calc-bit-timing: add a proper GNU license agreement
[profile/ivi/can-utils.git] / canplayer.c
index 7952177..f74668e 100644 (file)
@@ -1,8 +1,4 @@
 /*
- *  $Id$
- */
-
-/*
  * canplayer.c - replay a compact CAN frame logfile to CAN devices
  *
  * Copyright (c) 2002-2007 Volkswagen Group Electronic Research
@@ -455,9 +451,9 @@ int main(int argc, char **argv)
                                                printf("%s (%s) ", get_txname(device), device);
 
                                                if (txmtu == CAN_MTU)
-                                                       fprint_long_canframe(stdout, &frame, "\n", 0, CAN_MAX_DLEN);
+                                                       fprint_long_canframe(stdout, &frame, "\n", CANLIB_VIEW_INDENT_SFF, CAN_MAX_DLEN);
                                                else
-                                                       fprint_long_canframe(stdout, &frame, "\n", 0, CANFD_MAX_DLEN);
+                                                       fprint_long_canframe(stdout, &frame, "\n", CANLIB_VIEW_INDENT_SFF, CANFD_MAX_DLEN);
                                        }
                                }