pull/710/head
nick black 4 years ago
parent 5bbd183db4
commit ed824fe0d2
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -314,7 +314,7 @@ rotate_channels(ncplane* src, const cell* c, uint32_t* fchan, uint32_t* bchan){
return 0;
}
const char* origc = cell_extended_gcluster(src, c);
if(strcmp(origc, "") == 0 || strcmp(origc, "")){
if(strcmp(origc, "") == 0 || strcmp(origc, "") == 0){
uint32_t tmp = *fchan;
*fchan = *bchan;
*bchan = tmp;

Loading…
Cancel
Save