largefiles: replace splitstandin() by isstandin() to omit str creation
If splitstandin()-ed str itself isn't used, isstandin() should be used instead of it, to omit meaningless str creation.
Loading
Please register or sign in to comment
If splitstandin()-ed str itself isn't used, isstandin() should be used instead of it, to omit meaningless str creation.