Commit 5adb1c28 authored by Tim Wickberg's avatar Tim Wickberg
Browse files

Remove sizeof(char) from size calculation expressions.

sizeof(char) is defined to be 1, and Slurm is already heavily
reliant on that throughout. Stop pretending Slurm would work
on a hypothetical system in which this was not true.

(C99 Standard - 6.5.3.4.3.)

Strip off unnecessary casts while here as well.
parent 8b0aba23
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment