# HG changeset patch # User Mychaela Falconia # Date 1648957788 0 # Node ID 8eb1f60f66760390f94a70bc44d4fa2b707e75c2 # Parent 34f0b7eb4b7587d020b41531bc3629aa1de627b0 ringtools/fc-pwt-comp.c: rm redundant type cast diff -r 34f0b7eb4b75 -r 8eb1f60f6676 ringtools/fc-pwt-comp.c --- a/ringtools/fc-pwt-comp.c Sun Apr 03 03:44:23 2022 +0000 +++ b/ringtools/fc-pwt-comp.c Sun Apr 03 03:49:48 2022 +0000 @@ -157,7 +157,7 @@ infname, lineno); exit(1); } - emit_record(0, 0, (unsigned) duration); + emit_record(0, 0, duration); } main(argc, argv)