Skip to content

Commit

Permalink
negligible fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alba4k committed Apr 7, 2023
1 parent cf79f42 commit 6b6b553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/info.c
Original file line number Diff line number Diff line change
Expand Up @@ -881,7 +881,7 @@ int gpu(char *dest) {
if((end = strchr(gpu_string, '['))) { // sometimes the gpu is "Architecture [GPU Name]"
char *ptr = strchr(end, ']');
if(ptr) {
gpu_string = end;
gpu_string = end+1;
*ptr = 0;
}
}
Expand Down

0 comments on commit 6b6b553

Please sign in to comment.