]> rtime.felk.cvut.cz Git - can-utils.git/blobdiff - canplayer.c
include: gw.h: update comment
[can-utils.git] / canplayer.c
index 7952177293022a5099e03888543c2fe93da31251..f74668e0fa6e597f4ef9b353da0701069cbd049a 100644 (file)
@@ -1,7 +1,3 @@
-/*
- *  $Id$
- */
-
 /*
  * canplayer.c - replay a compact CAN frame logfile to CAN devices
  *
@@ -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);
                                        }
                                }