Skip to content

Commit

Permalink
Merge pull request #5625 from BOINC/brevilo-fix-defs-regression
Browse files Browse the repository at this point in the history
[drupal] fix regression in 73fba33
  • Loading branch information
AenBleidd committed May 14, 2024
2 parents 0d9745e + 244eb99 commit d1e6d71
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1998,8 +1998,10 @@ function pretty_application_version($appverid, $vernum, $plan_class, $plfm) {
return "Anonymous platform NVIDIA GPU";
case ANON_PLATFORM_ATI:
return "Anonymous platform AMD GPU";
case ANON_PLATFORM_INTEL:
case ANON_PLATFORM_INTEL_GPU:
return "Anonymous platform Intel GPU";
case ANON_PLATFORM_APPLE_GPU:
return "Anonymous platform Apple GPU";
case 0:
return "---";
default:
Expand Down

0 comments on commit d1e6d71

Please sign in to comment.