Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: m-labs/flickernoise
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 64369d9
Choose a base ref
...
head repository: m-labs/flickernoise
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7496b45
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Jan 14, 2012

  1. Copy the full SHA
    617e15f View commit details
  2. Copy the full SHA
    7496b45 View commit details
Showing with 2 additions and 2 deletions.
  1. +1 −1 src/compiler/test/nsyms
  2. +1 −1 src/renderer/eval.c
2 changes: 1 addition & 1 deletion src/compiler/test/nsyms
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ foreach_patch count_syms
echo $max,$ns/$np >_out

expect <<EOF
12,111/60
12,108/60
EOF

###############################################################################
2 changes: 1 addition & 1 deletion src/renderer/eval.c
Original file line number Diff line number Diff line change
@@ -136,7 +136,7 @@ static void reinit_all_pfv(struct patch *p)
static void set_pfv_from_frd(struct patch *p, struct frame_descriptor *frd)
{
write_pfv(p, pfv_time, frd->time);
write_pfv(p, pfv_time, frd->frame);
write_pfv(p, pfv_frame, frd->frame);
write_pfv(p, pfv_bass, frd->bass);
write_pfv(p, pfv_mid, frd->mid);
write_pfv(p, pfv_treb, frd->treb);